ffmpeg -v 5 -y -i input.m4a -acodec libmp3lame -ac 2 -ab 192k output.mp3 ... use ffmpeg(1) to convert from AAC to MP3 file_overwrite_check "${2}" test $VERBOSE ... OK" } GETOPT=`getopt -o l:m:b:e:cfhrv -n ${ME} -- "$@"` if [ $? -ne 0 ] then ...
01 B OK m4a
939c2ea5af
Comments