Re: [FFmpeg-user] Converting ProRes 422 to mp4

2016-02-16 Thread saikari . hakala
ok. Many thanks. - Mail original - De: "Carl Eugen Hoyos" À: ffmpeg-user@ffmpeg.org Envoyé: Lundi 15 Février 2016 11:24:59 Objet: Re: [FFmpeg-user] Converting ProRes 422 to mp4   laposte.net> writes: > c:\ffmpeg\bin\ffmpeg.exe -i test.mov -c:v libx264 > -preset slow -crf 22 -c:a

Re: [FFmpeg-user] Converting ProRes 422 to mp4

2016-02-15 Thread saikari . hakala
Hello,   Thank you very much. I looked at the web page you suggest and tried the following command but got the following error:   COMMAND AND OUPUT   c:\ffmpeg\bin\ffmpeg.exe -i test.mov -c:v libx264 -preset slow -crf 22 -c:a copy  test.mp4 ffmpeg version N-78313-g663

Re: [FFmpeg-user] Converting ProRes 422 to mp4

2016-02-15 Thread saikari . hakala
Hi, Many thanks for your reply. Yes, sorry, what I meant is convert preserving the maximum quality. I tried the options you suggested and it worked: ffmpeg.exe -i test.mov -vcodec mpeg4 -q:v 2  test.mp4 What I had tried before that didn't work (I got the "qscale option is ignored" warnin

[FFmpeg-user] Converting ProRes 422 to mp4

2016-02-12 Thread saikari . hakala
Hello, I have a mov ProRes 422 video file (with no audio) that I need to convert to mp4 without losing quality. I have tried to do this using the qscale option, but a warning appears saying qscale option is ignored. Could anyone give an example command in ffmpeg to achieve this? I am running