Drag and Drop batch file correction
Posted: 17 Sep 2021 05:57
Hi,
I have this batch code however i cannot figure out what am i doing wrong.
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
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
Any help?
Thanks