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

2014-12-01 Thread aureshy lapoiss
> > Seperate the code in such a way that its not included unless > --enable-gpl is used during configure This seems like something I can do. I can separate the code to have additional files dv_enc_gpl.c dv_data_gpl.c, as well as the necessary configuration directives. Steve On Mon, Dec 1, 2014

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

2014-12-01 Thread Michael Niedermayer
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 and is not breaking any copyright/licenses from any authors > I

[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 pa