I am trying to take a mpeg2 files (video+audio) and turn it into a a pseudo-SVCD file (mpeg2 with vcd header). A number of ways work sometimes for me playing on a Panasonic DVD player but there is a way using mplex in MMT that used to work consistently but is now failing. I fisrt split the file into a video file (cd01.m2v) and an audio file (cd01.mpa) with bbdemux. Then I used mplex from the cli and it simply fails. Using TMPGenc works with this file while the VCDGear approach appears to fail (I am not 100% sure as perhaps the CD is the cause though I doubt it). Here is the output:
mplex -V -f 2 -S 2000 -O 0 -o movie-%d.mpg cd01.m2v cd01.mpa
INFO: [mplex] mplex version 2.2.1 ($Date: 2002/04/20 19:08:30 $)
INFO: [mplex] File cd01.m2v looks like an MPEG Video stream.
INFO: [mplex] File cd01.mpa looks like an MPEG Audio stream.
INFO: [mplex] Found 1 video streams 1 MPEG audio streams and 0 AC3 streams
INFO: [mplex] Selecting VCD output profile
INFO: [mplex] Scanning for header info: Video stream e0 (cd01.m2v)
INFO: [mplex] VIDEO STREAM: e0
INFO: [mplex] Frame width : 480
INFO: [mplex] Frame height : 480
INFO: [mplex] Aspect ratio : 1:0.6735
INFO: [mplex] Picture rate : 29.970 frames/sec
INFO: [mplex] Bit rate : 2530000 bits/sec
INFO: [mplex] Vbv buffer size : 131072 bytes
INFO: [mplex] CSPF : 0
INFO: [mplex] Scanning for header info: Audio stream c0 (cd01.mpa)
INFO: [mplex] AUDIO STREAM:
INFO: [mplex] Audio version : 1.0
INFO: [mplex] Layer : 2
INFO: [mplex] CRC checksums : yes
INFO: [mplex] Bit rate : 16384 bytes/sec (128 kbit/sec)
INFO: [mplex] Frequency : 48000 Hz
INFO: [mplex] Mode : 0 stereo
INFO: [mplex] Mode extension : 0
INFO: [mplex] Copyright bit : 0 no copyright
INFO: [mplex] Original/Copy : 0 copy
INFO: [mplex] Emphasis : 0 none
INFO: [mplex] SYSTEMS/PROGRAM stream:
INFO: [mplex] rough-guess multiplexed stream data rate : 2710800
INFO: [mplex] Setting best-guess data rate.
INFO: [mplex] Sectors = 17 Video delay = 10619 Audio delay = 10619
INFO: [mplex] New sequence commences...
INFO: [mplex] Video e0: buf= 47104 frame=000000 sector=00000000
INFO: [mplex] Audio c0: buf= 4096 frame=000000 sector=00000000
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=7704439 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44799 frame=002044 sector=00005360
++ WARN: [mplex] Audio c0: buf= 1048 frame=003560 sector=00000600
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=7898721 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 6201 frame=002096 sector=00005657
++ WARN: [mplex] Audio c0: buf= 3702 frame=003644 sector=00000614
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=8139231 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 11225 frame=002160 sector=00006023
++ WARN: [mplex] Audio c0: buf= 3025 frame=003756 sector=00000633
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=8326642 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44803 frame=002205 sector=00006310
++ WARN: [mplex] Audio c0: buf= 4096 frame=003833 sector=00000646
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=8514052 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44799 frame=002256 sector=00006595
++ WARN: [mplex] Audio c0: buf= 4096 frame=003922 sector=00000661
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=8701462 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44799 frame=002305 sector=00006881
++ WARN: [mplex] Audio c0: buf= 4096 frame=004006 sector=00000675
++ WARN: [mplex] Stream c0: data will arrive too late sent(SCR)=8888873 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 47104 frame=002357 sector=00007165
++ WARN: [mplex] Audio c0: buf= 1817 frame=004101 sector=00000691
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=9076283 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44799 frame=002405 sector=00007451
++ WARN: [mplex] Audio c0: buf= 4096 frame=004184 sector=00000705
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=9263694 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44799 frame=002453 sector=00007737
++ WARN: [mplex] Audio c0: buf= 4096 frame=004267 sector=00000719
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=9451104 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44808 frame=002505 sector=00008022
++ WARN: [mplex] Audio c0: buf= 4096 frame=004356 sector=00000734
++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=9638514 required(DTS)=0
++ WARN: [mplex] Video e0: buf= 44803 frame=002554 sector=00008308
++ WARN: [mplex] Audio c0: buf= 4096 frame=004439 sector=00000748
**ERROR: [mplex] Too many frame drops -exiting
------
What is going on ?!!
philip
+ Reply to Thread
Results 1 to 5 of 5
-
-
Make sure the mplex string includes something like "-b 100".
I added this to MMT 0.9.0, as well as an edit window for the string.
May want to play around with this number a bit. -
Where should you add "-b 100" to the string? I'm getting the same errors as pmcd.
Similar Threads
-
Windows version/download of mplex ?
By halsboss in forum Video ConversionReplies: 11Last Post: 6th Jun 2011, 18:17 -
Mplex.exe help needed please
By lovelylisa in forum Video ConversionReplies: 1Last Post: 5th May 2011, 05:14 -
[mplex] Unable to open file?
By modyouup in forum ffmpegX general discussionReplies: 11Last Post: 12th Sep 2009, 16:29 -
mplex.exe has encountered a problem and needs to close
By mcv2008 in forum Newbie / General discussionsReplies: 4Last Post: 18th Aug 2008, 05:32 -
svcdvd problem, mplex error
By randomtool in forum ffmpegX general discussionReplies: 1Last Post: 26th Sep 2007, 10:49