On Thu, 19 May 2005, Dik Takken wrote:

> I'm having a bit of trouble using yuvdeinterlace. It happens from time to 
> time that it refuses to process 4:2:0 streams. Even when I use

>     INFO: [yuvdeinterlace] Y4M-Stream is 720x576(4:2:0 MPEG2)
> **ERROR: [yuvdeinterlace] Y4M-Stream is not 4:2:0. Other chroma-modes 
> currently not allowed. Sorry.

> Is this a bug, or am I missing something here?

        According to the sources:

f (input_chroma_subsampling != Y4M_CHROMA_420JPEG)
    {
     mjpeg_log (LOG_ERROR,
      "Y4M-Stream is not 4:2:0. Other chroma-modes currently not allowed. 
Sorry.");
   exit (-1);
   }

        it's a feature.

        Now why 420_JPEG is the only format supported is something I do not
        the reason for.  If anything was going to be supported 420MPEG2 would
        have been a good choice.

        You can try stubbing out that line - or change the 'if' to include
        420_MPEG2 and see what happens.

        Cheers,
        Steven Schultz



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to