i have 50+ videos with different time length and i want to remove a 7 sec intro from all those video by using FFMPEG
for %%A in (*.mkv) do ffmpeg -i "%%A" -ss 7 -t 45 "output\%%A"
Pause
because my all videos in different length i can't specify the end time ..
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
is there any tool which joins 3 seconds intro to all 100 videos in batch
By gta5 in forum Newbie / General discussionsReplies: 5Last Post: 4th Sep 2020, 08:56 -
Batch add intro to Videos using FFMPEG
By dexterfox44 in forum EditingReplies: 2Last Post: 10th Jun 2020, 19:32 -
Remove Intro from videos in Batch using FFMPEG
By dexterfox44 in forum EditingReplies: 1Last Post: 14th Oct 2019, 22:01 -
Batch trim Videos using FFMPEG (Remove Intro)
By dexterfox44 in forum EditingReplies: 0Last Post: 14th Oct 2019, 13:19 -
(HELP PLEASE) FFmpeg - Batch Remove metadata
By uppon2 in forum Newbie / General discussionsReplies: 14Last Post: 3rd Jun 2016, 06:47