Convert M4A files to MP3 with FFMPEG.
> main "C:\Music"
:: converts m4a files to mp3
:: deletes original m4a
> ffmpeg -i <m4a> -codec:v copy -codec:a libmp3lame -q:a <quality=4> <new mp3>
- FFMPEG: Convert m4a files to mp3 without significant loss of information / quality. Automated bitrate
- How convert High bitrate mp3 to lower rate using ffmpeg in android
- FFmpeg MP3 Encoding Guide - VBR Encoding
- How can I make ffmpeg be quieter/less verbose?
- FOR /R Loop through files (Recurse subfolders)
- remove last characters string batch
- Example of delayed expansion in batch file
- How can I echo a newline in a batch file?