Batch Convert Lossless Audio to AAC on Mac using FFmpeg Script

preview_player
Показать описание
Installing FFmpeg:

Batch script:

Please follow me!

Visit my Amazon Storefront!

Support my channel!

#mac #ffmpeg #aac #lossless
Рекомендации по теме
Комментарии
Автор

Thanks for this! I used the same logic to setup a script that will automatically re-encode a batch of MKV files to use AC3 audio instead of AAC. Worked perfectly.

timmytarballs
Автор

Really thanks! Long time havent got an answer until I come across this video. And after little modification this can be used to batch convert videos. A simpler (also weaker) way to do this is 【for i in *.flac; do ffmpeg -i "$i" "$(basename "$i" .flac)".m4a ; done】, but not as convenient as the one in this video cuz it cannot convert multiple types of videos at a time.

shawnmorita
Автор

Rick, I don’t know anything about all this but it sounds like a great script to use! I’d like to ask if AAC or the upcoming MP3 is a more versatile and recognized format for different players?

MRrwmac