I can use the tools/join section of ffmpegX to join two svcd mpeg files together. The result plays well in vlc and mplayer.
However if I try to join a third mpg to the combination of the first two, I get the following error:-
could not allocate Buffer of Size -1, Option Preserve Header now disabled!
Has anyone successfully done this? Any other suggestions?
Graham
Results 1 to 4 of 4
-
-
Several common problems make joining mpegs a bit tricky:
1) timecode breaks
2) keyframe locations
For solving both of these problems, MpegStreamclip is a terrific tool. To avoid 2), chop off a little bit from the end, at a keyframe boundary. When you've done this to all of the segments to be joined, open them all up together in mpegstreamclip, and enable "fix timecode breaks." After it's done with that, save the joined file as a single file (or "convert to mpeg.").
If ffmpegX is to be used for any subsequent operations, change the filename extension from .mpeg to .mpg.
-
Thanks for the help.
Using the 'Convert to MPEG' output of MpegStreamClip the resulting file didn't play properly in VLC, but using 'Save As' seems to work.
Graham
-
Sometimes, demuxing then remuxing will help (use the Tools in ffmpegX), if neither "save as" nor "convert to..." option works. Glad to hear that at least one of those did work for you this time.
Similar Threads
-
Joining mpg files from VOB2MPGPRO
By Mudmover in forum SVCD2DVD & VOB2MPGReplies: 14Last Post: 2nd Jun 2009, 07:06 -
Splitting and Joining then Converting VOB > MPG > FLV
By deportu in forum Newbie / General discussionsReplies: 7Last Post: 12th Jun 2008, 21:32 -
I get ac3, mpg, mpg.s.mpg, .xml & .mpv instead of VIDEO_TS/DVD
By emanmb in forum ffmpegX general discussionReplies: 5Last Post: 18th Apr 2008, 14:48 -
joining up .mpg movies
By natty in forum Newbie / General discussionsReplies: 1Last Post: 3rd Feb 2008, 06:14 -
mpg joining?
By jay_lubb in forum Newbie / General discussionsReplies: 2Last Post: 23rd Aug 2007, 11:02