Does Theora Decoder in libavcodec (FFMPEG V0.5) support YUV422 YUV444 modes?
Posted
by goldenmean
on Super User
See other posts from Super User
or by goldenmean
Published on 2010-02-16T04:35:22Z
Indexed on
2010/04/10
1:23 UTC
Read the original article
Hit count: 361
Hello,
I am working on theora decoder in ffmpeg V0.5. When i try to decode a 422 or 444 ogg/ogv bit stream using ffmpeg, the output yuv is junk. When i checked the ffmpeg source code, i saw that a pixel format is hardcoded to PIX_FMT_YUV420P.
Does theora decoder in ffmpeg/libavcodec support decoding of YUV422/YUV444 mode bit streams?
thanks,
-AD.
© Super User or respective owner