Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-23 Thread Martin Vignali
Pushed. Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-14 Thread Kieran O Leary
Hi, can this be merged or is more rigourous testing necessary? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-10 Thread Kieran O Leary
On Sun, 10 Feb 2019, 11:57 Martin Vignali Hello, > > > > > > Use +ildct flag to switch between progressive and interlace encoding > > > > > > Use AVFrame flag to switch between tff and bff frame organization. > > > > > > > Is this what you mean by altering the -setparams filter? > > > > In order t

Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-10 Thread Martin Vignali
Hello, > > > Use +ildct flag to switch between progressive and interlace encoding > > > > Use AVFrame flag to switch between tff and bff frame organization. > > > > Is this what you mean by altering the -setparams filter? > > In order to choose between top field first and bottom field first, i use

Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-10 Thread Kieran O Leary
Hi, On Sat, Feb 9, 2019 at 6:10 PM Martin Vignali wrote: > Hello, > > Patchs in attach add interlace encoding support to prores aw encoding > Thanks so much for adding this. I can really only judge by the metadata for now, but this all looks good to me (ffmpeg encode and mediainfo check): $ ./

[FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-09 Thread Martin Vignali
Hello, Patchs in attach add interlace encoding support to prores aw encoding Use +ildct flag to switch between progressive and interlace encoding Use AVFrame flag to switch between tff and bff frame organization. If AVFrame->interlaced value is not set to 1, but +ildct is set (interlace encoding