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 692932 - avimux: add raw 8-bit monochrome support
avimux: add raw 8-bit monochrome support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-31 11:45 UTC by Dirk Van Haerenborgh
Modified: 2013-01-31 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Dirk Van Haerenborgh 2013-01-31 11:45:17 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.
Comment 1 Wim Taymans 2013-01-31 12:01:33 UTC
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