Some related fixes or discussions for this issue in other libraries:
libyuv - issue 198, odd width support
YUV player - odd width YUV420
WebM - YUV images with odd widths
It appears that ImageMagick only emits even-width raw YUV images (rounding up) (why?), but there is no harm in being ...
Search found 3 matches
- 2013-09-27T06:09:46-07:00
- Forum: Bugs
- Topic: Raw YUV with odd width read incorrectly
- Replies: 3
- Views: 11029
- 2013-09-26T08:35:53-07:00
- Forum: Bugs
- Topic: Raw YUV with odd width read incorrectly
- Replies: 3
- Views: 11029
Re: Raw YUV with odd width read incorrectly
The test.yuv file is available here: http://rapidshare.com/share/6DD7C589F40 ... A47599E525.
I can provide a patch if that's necessary for consideration but a fix is described above.
I can provide a patch if that's necessary for consideration but a fix is described above.
- 2013-09-25T14:27:19-07:00
- Forum: Bugs
- Topic: Raw YUV with odd width read incorrectly
- Replies: 3
- Views: 11029
Raw YUV with odd width read incorrectly
It appears that the YUV "coder" is incorrectly reading images with an odd width. However, given the age and stability of IM, I'm willing to believe it's user error and not actually a bug; but I'll describe what's happening and let the experts advise. I did search around on the forums and web and ...