For full functionality of this site it is necessary to enable JavaScript. Here are the
instructions how to enable JavaScript in your web browser
.
Toggle navigation
Login
Home
Questions & Answers
Cocos Helper
Cocos API Guide
Support Us
Our Story
Community Home
General Discussion
Mac Terminal Convert m4b to mp3 Using FFMPEG
Mac Terminal Convert m4b to mp3 Using FFMPEG
Sonar Systems
admin
Likes
0
Problem Description
for i in *.m4b; do ffmpeg -i "$i" "${i%.*}.mp3"; done
Solution Description
for i in *.m4b; do ffmpeg -i "$i" "${i%.*}.mp3"; done
Login to reply