VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. So I need the split a video. The parts I need stars at around at 5minute mark and ends at around 10 minutes. I've looked at the documentation available from the MP4Box website and I'm not sure if this is possible using mp4box.

    Thanks
    Quote Quote  
  2. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    Originally Posted by mrjayviper View Post
    So I need the split a video. The parts I need stars at around at 5minute mark and ends at around 10 minutes. I've looked at the documentation available from the MP4Box website and I'm not sure if this is possible using mp4box.
    MP4Box can only split at certain points, as it doesn’t re-encode, and those frames could be far apart with long GOPs. So it depends … If the software doesn’t want to match your desired timeframe, then you will have to use a ‘real’ video editor and re-encode the content.
    Originally Posted by https://gpac.wp.imt.fr/mp4box/mp4box-documentation/
    -splitx StartTime:EndTime : extracts a subfile from the input file. StartTime and EndTime are specified in seconds. Depending on random access distribution in the file (sync samples), the startTime will be adjusted to the previous random access time in the file.
    -splitz StartTime:EndTime : extracts a subfile from the input file. StartTime and EndTime are specified in seconds. Depending on random access distribution in the file (sync samples), the startTime will be adjusted to the previous random access time in the file, and the endTime will be adjusted to the last sample before the last RAP in the extracted chunk.
    Code:
    mp4box -add myInputFile.mp4 -splitx 300:600 myOutputFile.mp4
    where the start is at 300 seconds (5 minute mark) or a bit less!
    Quote Quote  



Similar Threads

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