GNOME Bugzilla – Bug 723358
avimux: add RGB16 support
Last modified: 2018-11-03 14:51:17 UTC
Created attachment 267721 [details] [review] avimux: add RGB16 support * actual result: avimux does not support RGB16 * random riff kind of spec I found: http://netghost.narod.ru/gff/vendspec/micriff/ms_riff.txt I can read "RGB565" * with the attached patch I generated : gst-launch-1.0 videotestsrc num-buffers=200 ! "video/x-raw, format=RGB16" ! avimux ! filesink location=rgb16.avi Then vlc can play it
Comment on attachment 267721 [details] [review] avimux: add RGB16 support This is not correct, as RGB16 is in native endianness. On big endian you will need to use BGR16 here.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/105.