for %%a in (*.mp4) DO ffmpeg -i "%%a" -crf 23 "output\%%~na_crf.mp4". Here's an explanation of the commands: for – calls the “for loop,” ...
確定! 回上一頁