Hallo

> cat video.yuv  |yuvfps -r 30000:1001 | mpeg2enc -f 5  -h -I 1 -4 1 -2 1
> -Q 1 -q 6 -b 3000  -o vid.m2v
> 
> where video.yuv is properly scaled SVCD data, I get the error:
> 
> **ERROR: [mpeg2enc] opt_vbv_buffer_size must be in range 1..(2^18-1)
> 
> If I try the same pipeline with -f 4 (standard bitrate SVCD), the
> encoding works fine.
You have forgotten to set the video buffer size (-V option)

Depending on you HW playback intentions you can set it to any allowed
value larger than 230.


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: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to