Page 1 of 1

Drag and Drop batch file correction

Posted: 17 Sep 2021 05:57
by bloodstar
Hi,

I have this batch code however i cannot figure out what am i doing wrong.

Code: Select all

ffmpeg -i "%~1" -c:v copy -c:a aac -segment_time 00:05:00 -f segment -reset_timestamps 1 %%03d.mp4
What i am trying to do is drag multiple mp4 files into the batch conversion file and at the end be outputted to their original file name with increments of _1 _2 etc... at the end.

Any help?

Thanks

Re: Drag and Drop batch file correction

Posted: 18 Sep 2021 18:58
by penpen
I am not familiar with the command line arguments of the tool "ffmpeg".
Do you have a working sample line for a single file?

penpen