[FFmpeg-user] How to use ffmpeg in batch mode?

Phil Rhodes phil_rhodes at rocketmail.com
Mon Oct 21 12:22:24 EEST 2019


 Personally I tend to do this sort of thing with JScript on Windows. It's not the loveliest interpreter, but then at least you have something approaching a real programming language to do all your string manipulation!
P
    On Monday, 21 October 2019, 09:45:12 BST, Goran Obal <obal.goran at gmail.com> wrote:  
 
 Silly me, it's the other way around (mkv to mp4)...
ffmpeg -i %1 -y %~n1.mp4
or
ffmpeg -i %1 -y -c copy %~n1.mp4  


More information about the ffmpeg-user mailing list