GNOME Bugzilla – Bug 692930
avidemux: add raw 8-bit monochrome
Last modified: 2013-01-31 11:57:44 UTC
This patch adds support for 8 bit monochrome data to avidemux (and possibly other stuff that uses riff). Monochromatic video seems to be commonly referred to as 'Y800', although 'Y8 ' or 'GRAY' seem to work as well. (http://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/YuY2_files/intro.htm#Y800)
Created attachment 234897 [details] [review] proposed patch
commit a81089614bef7cc00cfc3e96abe1ba08b489f9bf Author: Dirk Van Haerenborgh <vhdirk@gmail.com> Date: Thu Jan 31 11:41:06 2013 +0100 riff: add support for raw monochrome 8-bit video Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692930