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 ..
Try DVDFab and download streaming video, copy, convert or make Blu-rays,DVDs! Download free trial !
+ Reply to Thread
Results 1 to 2 of 2
Thread
Similar Threads
-
Batch add intro to Videos using FFMPEG
By dexterfox44 in forum EditingReplies: 1Last Post: 14th Oct 2019, 14:36 -
Batch trim Videos using FFMPEG (Remove Intro)
By dexterfox44 in forum EditingReplies: 0Last Post: 14th Oct 2019, 14:19 -
Batch trim Videos using FFMPEG
By dexterfox44 in forum Newbie / General discussionsReplies: 1Last Post: 14th Oct 2019, 14:11 -
is there any tool which joins 3 seconds intro to all 100 videos in batch
By gta5 in forum Newbie / General discussionsReplies: 4Last Post: 11th Dec 2018, 11:01 -
(HELP PLEASE) FFmpeg - Batch Remove metadata
By uppon2 in forum Newbie / General discussionsReplies: 14Last Post: 3rd Jun 2016, 07:47