Batch Convert Lossless Audio to MP3 on Mac using FFmpeg Script

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

Batch script:

Please follow me!

Visit my Amazon Storefront!

Support my channel!

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

Is there a way to batch convert one type of container losslessly to another type? I'm specifically trying to do webm to mkv but I can't figure out how to do it. I've tried making a .bat file in the directory I want to change the files and running it, but I get errors. The .bat file is "for %%a in (“*.webm”) do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.mkv". Then I make it executable, then I try running it using ./batfilename but get errors. I feel like I'm missing a piece of the puzzle

McBicbic
Автор

What's the protocol for batch converting from MP3 to WAV? I tried the AAC video but it didn't do anything. Maybe this one will? Probably not.

EPrimeify
Автор

after running the command ./convert_to_mp3.sh fake/ MP3/ the encoding isn't working
what should I do ?

bedooralyahya