Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-12 Thread Moritz Barsnick
On Mon, Mar 12, 2018 at 12:32:09 +0100, Peter B. wrote: > On 2018-03-12 11:50, Paul B Mahol wrote: > > prores_aw gonna be removed. > > Interesting. > > Will the alias "-c:v prores" then point to "prores_ks"? I'm quite sure. BTW, there was a previous recent propasal to move the alias to _ks,

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-12 Thread Peter B.
On 2018-03-12 11:50, Paul B Mahol wrote: > prores_aw gonna be removed. Interesting. Will the alias "-c:v prores" then point to "prores_ks"? Thanks, Pb ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-12 Thread Paul B Mahol
On 3/12/18, Moritz Barsnick wrote: > On Mon, Mar 12, 2018 at 08:24:26 +0100, Peter B. wrote: >> But now I know: >> >> * -c:v prores_ks: uses the documented profile strings >> * -c:v prores_aw (=prores): seems to work only with integers (not in the >> documentation/nor help)

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-12 Thread Moritz Barsnick
On Mon, Mar 12, 2018 at 08:24:26 +0100, Peter B. wrote: > But now I know: > >   * -c:v prores_ks: uses the documented profile strings >   * -c:v prores_aw (=prores): seems to work only with integers (not in the > documentation/nor help) Indeed. > [prores_aw @ 0x36fdc40] unknown profile -1, use

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-12 Thread Peter B.
On 2018-03-12 00:50, Moritz Barsnick wrote: > On Sun, Mar 11, 2018 at 09:33:29 +0100, Peter B. wrote: > >> 2) Docs say "profile/quantmat" is "integer", but only list strings: >> > You can use the strings instead of numbers. I believe it used to be > *only*

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Moritz Barsnick
On Sun, Mar 11, 2018 at 09:33:29 +0100, Peter B. wrote: > 2) Docs say "profile/quantmat" is "integer", but only list strings: > > > [quote] > profile integer >     Select the ProRes profile to encode > >     ‘proxy’ >     ‘lt’ >     ‘standard’ >     ‘hq’

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Paul B Mahol
On 3/11/18, Gonzalo Garramuno wrote: > > > El 11/03/18 a las 08:40, Erik Dobberkau escribio: >> See >> https://video.stackexchange.com/questions/20555/what-are-the-differences-between-the-three-bundled-ffmpeg-prores-encoders >> It's a bit outdated but still good for background

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Gyan Doshi
On 3/11/2018 6:01 PM, Gonzalo Garramuño wrote: and I get a mov file but without an alpha channel.  ffprobe reports: Stream #0:0(eng): Video: prores (ap4h / 0x68347061), yuva444p10le(progressive), 1280x720, 61876 kb/s, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 12800 tbn, 12800 tbc (default)

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Gonzalo Garramuño
El 11/03/18 a las 08:40, Erik Dobberkau escribió: See https://video.stackexchange.com/questions/20555/what-are-the-differences-between-the-three-bundled-ffmpeg-prores-encoders It's a bit outdated but still good for background info. Does anyone have any hints on saving the alpha channel?  I

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Erik Dobberkau
2018-03-11 11:50 GMT+01:00 Phil Rhodes < phil_rhodes-at-rocketmail@ffmpeg.org>: > I'm not sure what the practical difference is between the _aw and _ks > encoders is, and I'm not sure it's documented anywhere. Still, if it helps, > I've been using the _ks version for some time to produce

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Phil Rhodes
com> To: FFmpeg user questions <ffmpeg-user@ffmpeg.org> Sent: Sunday, 11 March 2018, 10:34 Subject: Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs On 2018-03-11 10:29, Carl Eugen Hoyos wrote: > 2018-03-11 9:33 GMT+01:00 Peter B. <p...@das-werkstatt.com>

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Carl Eugen Hoyos
2018-03-11 11:34 GMT+01:00 Peter B. : > On 2018-03-11 10:29, Carl Eugen Hoyos wrote: >> 2018-03-11 9:33 GMT+01:00 Peter B. : >> >>> When I looked at the documentation [1], there are 2 encoders mentioned: >>> * prores-aw >>> * prores-ks >>> >>> It

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Peter B.
On 2018-03-11 10:29, Carl Eugen Hoyos wrote: > 2018-03-11 9:33 GMT+01:00 Peter B. : > >> When I looked at the documentation [1], there are 2 encoders mentioned: >> * prores-aw >> * prores-ks >> >> It says to use "-vcodec" to choose which one (btw: I also tried "-c:v"):

Re: [FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Carl Eugen Hoyos
2018-03-11 9:33 GMT+01:00 Peter B. : > When I looked at the documentation [1], there are 2 encoders mentioned: > * prores-aw > * prores-ks > > It says to use "-vcodec" to choose which one (btw: I also tried "-c:v"): > I get: "Unknown encoder" for both For the option,

[FFmpeg-user] ProRes encoding: Question about FFmpeg docs

2018-03-11 Thread Peter B.
Hi :) For testing purposes, I tried to encode a ProRes file using ffmpeg (current git HEAD). I have 2 questions about the FFmpeg docs about ProRes [1]: 1) Docs mention 2 encoder names, but only "prores" works: When I looked at the documentation [1],