Re: [FFmpeg-devel] [PATCH v5] lavf/movenc: Add palette to video sample description

2016-02-20 Thread Mats Peterson
On 02/21/2016 06:09 AM, Mats Peterson wrote: On 02/21/2016 06:01 AM, Mats Peterson wrote: Checking for pixel format to be RGB (including monochrome) and not YUV. I should add that converting an odd-width file to raw 24-bit QuickTime produces a skewed file. Something is not entirely correct i

Re: [FFmpeg-devel] [PATCH v5] lavf/movenc: Add palette to video sample description

2016-02-20 Thread Mats Peterson
On 02/21/2016 06:01 AM, Mats Peterson wrote: Checking for pixel format to be RGB (including monochrome) and not YUV. I should add that converting an odd-width file to raw 24-bit QuickTime produces a skewed file. Something is not entirely correct in the calculations in ff_reshuffle_raw_rgb()

[FFmpeg-devel] [PATCH v5] lavf/movenc: Add palette to video sample description

2016-02-20 Thread Mats Peterson
Checking for pixel format to be RGB (including monochrome) and not YUV. -- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 483569ce254ce31a279213e2b9f16840e1fc495f Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Sun, 21 Feb 2016 05:58:12 +0100 Subject: [PATCH v5] lavf/movenc: Add palette