I have a 1.5GB .mpg file that I would like to split into equal 750mb "chunks". I've tried ffmpegx and it runs about 5 seconds and stops only creating 1 4k file.
Whenever I try mpgtxwrap it give me the following message:
*** malloc_zone_malloc[498]: argument too large: -1
What am I doing wrong?
+ Reply to Thread
Results 1 to 5 of 5
-
-
the .mpeg file could be corrupt. where did it come from?
usually if ffmpegx and mpgtx wont cut it, there's something wrong with the actual file. -
Agreed.
What you CAN do is use ffmpeg to demux the file then use ffmpeg to mux it again... This will sometimes fix MPEG errors.
Furthermore, open the file in ffmpeg and click INFO and tell me what it says. -
The file was originally created by joining 2 seperate .mpg files from a movie I downloaded. One file was 812mb, while the other was 730mb. My reasoning for joining and then splitting the files was to get an equall file size for each. When I first burned the two original files the 812mb played terribly, the last few minutes.
By the time I had read both of your posts I had already tried, again, this time with success, to join the two files. However, success was short. I'm able to create either bin/cue or image files from the first file but not from the second. The error message in the Terminal states that I have a "unrecognizable" MP2 file. I've tried demuxing and remuxing the second file again but get the same error message. -
unfortunately, since its a downloaded movie, your waking a tight rope (since its a downloaded movie!).
All i can say, is that
1. you can join split with mpgtx
2. if it wont join or split, its probably a bad mpeg file
3. if ZeroSix's suggestion didnt work it may prove impossible
Similar Threads
-
splitting wmv and mpg at time codes
By silverbullet69 in forum Newbie / General discussionsReplies: 4Last Post: 19th Mar 2009, 02:42 -
How can I convert MPG file recorded by progDVB into a regular MPG
By Aafour in forum DVB / IPTVReplies: 8Last Post: 16th Oct 2008, 13:51 -
Converting and splitting 2GB MPG file
By mohalfares in forum Video ConversionReplies: 3Last Post: 2nd Sep 2008, 12:47 -
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