[FFmpeg-devel] Channel layout flags - Patch

2015-10-20 Thread Kevin Wells
I am looking for a patch so that when using the below Channel layout flags, the FC comes out flagged as 'Center', not Mono, and also the DL and DR comes out as 'Left Total' 'Right Total'. Currently these 3 are coming out as 'Mono'. Is there a patch / command / flag to get these flagged correctly

Re: [FFmpeg-devel] [PATCH] avfilter/vf_colormatrix: add yuv444p support

2015-07-10 Thread Kevin Wells
> Date: Wed, 8 Jul 2015 05:34:42 + > From: one...@gmail.com > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_colormatrix: add yuv444p > support > > On 7/6/15, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > libavfilter/vf_colormatrix.c |

Re: [FFmpeg-devel] colormatrix high-bit-depth input support

2015-06-12 Thread Kevin Wells
n.wikipedia.org/wiki/Rec._2020 > > https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2020-1-201406-I!!PDF-E.pdf > > There are two bit depths in BT.2020: 10 bits and 12 bits. There are also two > screen resolutions, known informally as "4k" and "8k". >

Re: [FFmpeg-devel] colormatrix high-bit-depth input support

2015-06-05 Thread Kevin Wells
> To: ffmpeg-devel@ffmpeg.org > From: ceho...@ag.or.at > Date: Wed, 3 Jun 2015 22:53:09 + > Subject: Re: [FFmpeg-devel] colormatrix high-bit-depth input support > > Kevin Wells hotmail.co.uk> writes: > >> Hi, I believe

[FFmpeg-devel] colormatrix high-bit-depth input support

2015-06-03 Thread Kevin Wells
Hi, I believe that currently the colormatrix filter only supports up to 8-bit input files. Is there any chance it will, in the future, support high-bit-depth input files (10-bit)? Kind regards. ___ ffmpeg-devel maili

[FFmpeg-devel] colormatrix high-bit-depth input support

2015-06-03 Thread Kevin Wells
Hi, I believe that currently the colormatrix filter only supports up to 8-bit input files. Is there any chance it will, in the future, support high-bit-depth input files (10-bit)? Kind regards. _

[FFmpeg-devel] Enable all tracks in Mov file

2015-05-10 Thread Kevin Wells
What lines of code do I need to change in libavformat/movenc.c file to enable all audio tracks, and timecode track (basically all tracks) in a quicktime mov file please? I searched through the list and found the answer, but it related to a much older version of ffmpeg, so didn't relate. Kind regar