Opened 15 years ago
Closed 15 years ago
#1487 closed defect (fixed)
Mplayer libtheora support does not handle 4:4:4 or 4:2:2 theora videos correctly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | vd |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | adam.buchbinder@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Theora (and libtheora) support 4:4:4 and 4:2:2 visuals in addition to the common 4:2:0. Since libtheora hands applications planar YUV data the application must read the colorspace from the decoded headers and treat the returned frames correctly.
VLC and (very current) gstreamer correctly handle these files.
Examples:
http://people.xiph.org/~tterribe/tmp/ducks_take_off_444_720p.ogg
http://people.xiph.org/~tterribe/tmp/mobile_422_ntsc.ogg
Mplayer gives oddball colors.
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
A patch for this was posted to mplayer-users. I've tested the patch and can confirm that it works.
comment:4 by , 15 years ago
(forgot to include the link)
http://lists.mplayerhq.hu/pipermail/mplayer-users/2010-February/079228.html
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch was committed some time ago.
Note that recent versions of libtheora now support 4:4:4 and 4:2:2 pixel formats, so these files will be appearing "in the wild".