Hi all,
I have aprroximelty 70 mp4's in a folder and they all have a 20 second intro on them
I am looking for the commands to make FFMPEG batch trim the first 20 seconds off each file.
Thanks for any help.
Daniel
+ Reply to Thread
Results 1 to 5 of 5
-
-
That script wouldn't work when I tried it. However this one does. Create a folder named "trimmed" first and use correct path to ffmpeg:
for %%a in ("*.mp4") do "C:\FFmbc\ffmpeg" -i %%a -ss 00:00:20.000 -c:v copy -c:a copy trimmed\%%a
pauseGot my retirement plans all set. Looks like I only have to work another 5 years after I die........