On Sun, 6 Nov 2005, Dik Takken wrote:

> which fails with this error message:
> 
> **ERROR: [mpeg2enc] Sample rate is greater than permitted in specified Level
> 
> When I look at the header of the stream that enters the encoder:
> 
> I see this:
> 
> YUV4MPEG2 W720 H576 F30000:1001 Ib A118:81 C420mpeg2

        Yep - that's the problem.

> which looks fine. When I leave out the yuvfps part, the command works 

        625 line frame dimensions with the 525 line frame rate is fine? :)

        Basically you have the "PAL" framesize which mpeg2enc looks at to
        intuit the video system being used.  Once "PAL" has been detected
        then the "NTSC" frame rate of 30000:1001 is illegal.

        You need to scale to 720x480 if you're going to use 30000:1001
        as a frame rate.

> Thanks for looking into the problem!
        
        You're welcome.  

        I think if you reorder things in the script to scale to "NTSC"
        frame size then mpeg2enc will be happier :)

        Cheers,
        Steven Schultz



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to