GNOME Bugzilla – Bug 695543
avimux: support raw BGR video
Last modified: 2016-11-06 20:46:13 UTC
Created attachment 238507 [details] [review] add rawvideo support This patch adds support for raw (BGR, BGRx, BGRA) video in avi containers. Since raw video is usually stored with fourcc 0x00,0x00,0x00,0x00, any checks for a valid fourcc code are replaced by a boolean, explicitely marking the validity of the chosen caps. Raw video is stored topdown, so the buffers are inverted, using code taken from avidemux. There is no support for raw video with bpp < 24, since I do not have any samples of it, and I do no know how to create the palette data.
commit 065bdf5925263ade5c7aba11c2673dcd2cc13501 Author: Dirk Van Haerenborgh <vhdirk@gmail.com> Date: Sun Mar 10 09:10:18 2013 +0100 avimux: support raw BGR https://bugzilla.gnome.org/show_bug.cgi?id=695543
*** Bug 668564 has been marked as a duplicate of this bug. ***