Re: [FFmpeg-user] DCP to mov prores app

2015-12-17 Thread Stephan Klemmer PIXEL for everyone
> Fabrice > >> On 17 Dec 2015, at 12:56, Stephan Klemmer PIXEL for everyone >> <step...@pixel-for-everyone.de> wrote: >> >> Hey everyone, >> after a long time of trying to convert a DCP to a prores mov i m now verry >> happy with ffmpeg and the resu

[FFmpeg-user] DCP to mov prores app

2015-12-17 Thread Stephan Klemmer PIXEL for everyone
Hey everyone, after a long time of trying to convert a DCP to a prores mov i m now verry happy with ffmpeg and the results. This is the reason why ive made a litte app for those who easiely want do convert dcp´s. Special feature: it plays the DCP too ;) If there is somebody interested, please

Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2015-12-13 Thread Stephan Klemmer PIXEL for everyone
From your subject we came to know that you have problem while > decoding DCP (jpeg2000 wrapped in MXF) > > but where is ffmpeg command that you are using? > What was your expected output? > what is it thats coming? > > -Anshul > > On 12/13/2015 08:12 PM, Stephan Klemm

Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2015-12-13 Thread Stephan Klemmer PIXEL for everyone
Hello, i have the same problem. Is there a solution now? thank you Beste Grüße, Stephan Klemmer Mediendesign Tel.: 0331 / 287 931 62 Mobil: 0174 / 77 87 590 Mail: step...@pixel-for-everyone.de

Re: [FFmpeg-user] ffmpeg on mac - xyz color conversion with dcp to mov not working

2015-12-11 Thread Stephan Klemmer PIXEL for everyone
ble.com/xyz-to-rgb-conversion-td4661196.html > > ffmpeg -i video-source.mxf -vf > scale=1920:808,lut3d=XYZ-sRGB.3dl,pad=width=1920:height=1080:x=0:y=136 -codec > prores output.mov > > -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org

[FFmpeg-user] ffmpeg on mac - xyz color conversion with dcp to mov not working

2015-12-10 Thread Stephan Klemmer PIXEL for everyone
Hello, i hope someone can help me. I have tried to convert a DCP to a pro res file with these lines: ffmpeg -i film.mxf -i audio.mxf -c:v prores -c:a copy output.mov i get a beautiful mov in prores but the colors are still xyz and not rgb. i also tried deleting "args <<