Re: [FFmpeg-devel] [PATCH] dv codec : allow selecting between 720p60 and 720p50 profiles based on framerate

2014-12-03 Thread aureshy lapoiss
is av_div_q() what you meant to use or av_cmp_q() ? I use av_div_q to allow both frame rates 25/1 and 50/1 to select the same profile. you cannot change public API, you can add new public API if needed though I forgot that. Should I use av_dv_codec_profile2 for the new name? Steve On

[FFmpeg-devel] Update about DVCProHD encoding in ffmpeg

2014-12-01 Thread aureshy lapoiss
Hi FFmpeg devs, What is the current status regarding the support of DVCPRoHD encoding in ffmpeg? I am aware of the discussion about the previous effort to patch : http://ffmpeg.org/pipermail/ffmpeg-devel/2012-January/119637.html Right now I am using a patch from Maksym Veremeyenko that I have

Re: [FFmpeg-devel] Update about DVCProHD encoding in ffmpeg

2014-12-01 Thread aureshy lapoiss
at 12:02 PM, Michael Niedermayer michae...@gmx.at wrote: On Mon, Dec 01, 2014 at 10:24:55AM +0100, aureshy lapoiss wrote: Hi FFmpeg devs, What is the current status regarding the support of DVCPRoHD encoding in ffmpeg? iam waiting for someone to submit a patch that can be applied