Hallo

> I want t multiplex a mpeg file for creating a VCD with vcdimager. I
> created a video stream and an audio stream with the required bitrates.
> When trying to multiplex them using mplex I get frame drop errors. What
> am I doing wrong?
> 
> Here's what I do exactly:
> 
> [EMAIL PROTECTED] tmp]$ mplex -f 1 chunk-0.m1v chunk-0.mp2 -o chunk.mpg
>    INFO: [mplex] mplex version 2.2.1 ($Date: 2002/02/04 19:06:14 $)
>    INFO: [mplex] File chunk-0.m1v looks like an MPEG Video stream.
>    INFO: [mplex] File chunk-0.mp2 looks like an MPEG Audio stream.
....
>    INFO: [mplex] Found 1 video streams 1 MPEG audio streams and 0 AC3
> ++ WARN: [mplex] Video e0: buf=  40171 frame=000038 sector=00000110
> ++ WARN: [mplex] Audio c0: buf=   2486 frame=000059 sector=00000019
> ++ WARN: [mplex] Padding : sector=00000000
> ++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=553200 
> required(DTS)=535200
That lookes like as if the command you used for creating the video file
ist not correct. Which command do you use for creating the video ? Which
mjpegtools version do you use ?

>   INFO: [mplex] Bit rate        : 1510000 bits/sec
That bitrate is much to high. If you want to make a custom VCD (nothing
VCD compliant) you have to chnage you command to seomthing like that:
> mplex -f 2 -b 1750 chunk.....

Or you try to create something more near to the vcd:
... | mpeg2enc -f 1 -o chunk...

And do not use the -b option !!!

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to