After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692930 - avidemux: add raw 8-bit monochrome
avidemux: add raw 8-bit monochrome
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-31 11:41 UTC by Dirk Van Haerenborgh
Modified: 2013-01-31 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.50 KB, patch)
2013-01-31 11:42 UTC, Dirk Van Haerenborgh
none Details | Review

Description Dirk Van Haerenborgh 2013-01-31 11:41:34 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)
Comment 1 Dirk Van Haerenborgh 2013-01-31 11:42:07 UTC
Created attachment 234897 [details] [review]
proposed patch
Comment 2 Wim Taymans 2013-01-31 11:57:44 UTC
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