I'm trying to use MP4Box/YAMB to split an already-encoded .M4V file into 4 parts. The first part splits fine. I'm having problems with the second part, however; either the video starts by showing a frozen frame from about 5 seconds into the clip, or the clip is starting earlier in the video than I specify.
In the latter case, when I try to split using MP4Box from the command line, here's what it looks like:
C:\Users\Main\AppData\Roaming\Yamb>mp4box video.m4v -split-chunk 385:682
Adjusting chunk start time to previous random access at 377.18 sec
Extracting chunk video_377_682.m4v - duration 304.82 seconds
Warning: Edit list doesn't look like a track delay scheme - ignoring
It looks like it's starting the video at 377 seconds instead of 385 as I specify. I don't understand why that is.
Any ideas? Is there a better tool for what I'm trying to do?
+ Reply to Thread
Results 1 to 8 of 8
-
-
Just to clarify what olyteddy is saying: you can't cut with frame accuracy, only on I-frames (actually right before an I-frame, or end of the GOP). This is true for all applications that do not re-encode at least the GOP
You could try avidemux. But to ensure the freezing errors do not occur, navigate and cut on keyframes, not P or B.
Similar Threads
-
How to split a .TS video file based on time (not file size!) ?
By Michael REMY in forum EditingReplies: 4Last Post: 19th Sep 2020, 18:32 -
Free software to split large MPEG-PS file into many small MPEG-PS files?
By videonewbie22 in forum Newbie / General discussionsReplies: 9Last Post: 5th Jul 2018, 19:16 -
how to split mkv file and subtitle file to play on blu ray via hdd usb
By julie_152 in forum Newbie / General discussionsReplies: 1Last Post: 29th Sep 2009, 11:28 -
Best way to split an MPEG file is to ???
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 7Last Post: 10th Mar 2009, 20:31 -
Split Mpeg or convert to AVI then split. What to do?
By oldfart13 in forum Video ConversionReplies: 4Last Post: 24th Mar 2008, 00:00