GNOME Bugzilla – Bug 692932
avimux: add raw 8-bit monochrome support
Last modified: 2013-01-31 12:01:33 UTC
Created attachment 234898 [details] [review] proposed patch This patch adds support for 8 bit monochrome data to avimux. 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) Video created with this works flawlessly in both ffmpeg and vlc.
commit 18ff57d6b31f81a147dff105bd2808fcbc463a0e Author: Dirk Van Haerenborgh <vhdirk@gmail.com> Date: Thu Jan 31 11:35:09 2013 +0100 avimux: add support for raw monochrome 8-bit video Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692932