VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    could someone please suggest a mp4 splitter that split a video based on time . one that allows one to have multiple times to trim?
    M?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    mymp4boxgui can cut by time but not multiple times.

    mkvtoolnixgui can cut by multiple time codes. It can import mp4 but you will get a mkv as output.

    Or use the mp4box command line tool....but I have no idea how to cut.
    Quote Quote  
  3. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    Does mkvtoolnix cut one file ar several times at once and save the resultant files? Is there a freeware splitter that does vob files and puts the files in mkv format? John
    Quote Quote  
  4. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    You can add several files and output as one mkv.

    You can import vobs in mkvtoolnixgui also. Or use vob2mpg to get a single mpg from several vobs.

    See https://forum.videohelp.com/threads/359121-How-to-extract-cut-parts-from-a-mkv-includin...ubtitle-tracks
    Quote Quote  
  5. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    Avoid recompression at the expense of inaccurate cutting:
    ffmpeg -ss 01:01:01 -i input.mp4 -to 02:02:02 -c copy output.mp4
    Accurate cuts at the expense of recompression:
    ffmpeg -ss 01:01:01 -i input.mp4 -to 02:02:02 -c:v libx264 -c:a copy output.mp4
    Quote Quote  



Similar Threads

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