Hi!
On Tuesday 09 September 2003 04:32, Ralf Haller wrote:
> 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.

Are you sure?

Look here:
>    INFO: [mplex] VIDEO STREAM: e0
...
>    INFO: [mplex] Bit rate        : 1510000 bits/sec
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
>    INFO: [mplex] AUDIO STREAM:
>    INFO: [mplex] Bit rate       :    28672 bytes/sec (224 kbit/sec)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

And target (VCD) data rate is 1411200 - even less that your video data stream 
bitrate!

So, you are making XVCD, VCD that is out of official specs. You should 
multiplex it as user VCD and provide a maximum bitrate you want:
mplex -f 2 -r 1800 ...

If your streams are VBR you should pass -V flag also.

        Alexei



-------------------------------------------------------
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