Hi -

        If you're in an NTSC country and using 'smilutils' (either 0.1.2 or
        0.1.3) I think you really want to apply the patch below so that the
        PAL sample aspect ratio doesn't get put into the YUV4MPEG2 header.

        Cheers,
        Steven Schultz
        [EMAIL PROTECTED]

-----------------------snip-----------------------
--- YUV420Extractor.cc.dist     Thu Nov 28 00:41:26 2002
+++ YUV420Extractor.cc  Thu Dec 26 11:28:01 2002
@@ -41,7 +41,7 @@
                        input = new uint8_t[ 720 * 576 * 4 ];
 
                        // Output the header
-                       std::cout << "YUV4MPEG2 W" << width << " H" << height << " F" 
<< ( height == 576 ? "25:1" : "30000:1001" ) << " Ib A59:54" << std::endl;
+                       std::cout << "YUV4MPEG2 W" << width << " H" << height << " F" 
+<< ( height == 576 ? "25:1" : "30000:1001" ) << (height == 576 ? " Ib A59:54" : " Ib 
+A10:11") << std::endl;
 
                        return input != NULL;
                }


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