dimanche 12 février 2017

Batch file to lower bitrate to 5k "IF" higher

Vote count: 0

I'm using a Batch file to convert mkv to mp4 with acc audio. Some video are 10-14 bitrate, can I edit to the code to lower the bitrate to 5000 'Only' if it's higher the 5000?

Here's what I have so far

for /r %%F in (*.mkv) do ( ffmpeg.exe -i "%%F" -vcodec copy -c:a aac "%%~dpnF.mp4" if exist "%%~dpnF.mp4" del /q "%%F" )

asked 50 secs ago

Let's block ads! (Why?)



Batch file to lower bitrate to 5k "IF" higher

Aucun commentaire:

Enregistrer un commentaire