Search found 1 match

by bloodstar
17 Sep 2021 05:57
Forum: DOS Batch Forum
Topic: Drag and Drop batch file correction
Replies: 1
Views: 3915

Drag and Drop batch file correction

Hi, I have this batch code however i cannot figure out what am i doing wrong. 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 origi...