VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. LIl GANGSTA
    Join Date
    Oct 2019
    Location
    India
    Search PM
    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 ..
    Quote Quote  
  2. You don't need to specifiy -t at all.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!