VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Hi

    Basically I have a 6 hour video clip which I want to trim down into smaller videos.

    I have tried lots of different porgrammes to try and trim however each programme wants to render the whole thing again which means its taking hours.

    Usually for smaller clips I would put onto my iphone and just trim the video however because this is a large file its proving difficult to do that.

    Any ideas or which programme I can use to split or trim into smaller video parts?

    Many thanks
    Quote Quote  
  2. ffmpeg + segment:https://ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment might work,..
    Something like:
    Code:
    ffmpeg -i input.mp4 -map 0 -c copy -f segment -segment_time 300 output_%03d.mp4
    would chunk a input.mp4 file into ~5min chunks and naming them output_001.mp4, output_002.mp4,...
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  3. Member budwzr's Avatar
    Join Date
    Apr 2007
    Location
    City Of Angels
    Search Comp PM
    Oh, that's Apple?
    Quote Quote  
  4. If you don’t know how to use ffmpeg look into Mpegstreamclip or Avidemux.
    Quote Quote  



Similar Threads

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