Re: [FFmpeg-user] More information about command options

2020-02-27 Thread Ulf Zibis
Am 27.02.20 um 23:08 schrieb Moritz Barsnick: On Thu, Feb 27, 2020 at 21:28:42 +0100, Ulf Zibis wrote: Am 27.02.20 um 20:40 schrieb Lou Logan: I submitted a patch to address that and to at least make it consistent, but there were disagreements, so the sloppy status quo remains. Can you give a

Re: [FFmpeg-user] More information about command options

2020-02-27 Thread Moritz Barsnick
On Thu, Feb 27, 2020 at 21:28:42 +0100, Ulf Zibis wrote: > Am 27.02.20 um 20:40 schrieb Lou Logan: > > I submitted a patch to address that and to at least make it consistent, but > > there were disagreements, so the sloppy status quo remains. > > Can you give a pointer to that patch / discussions?

Re: [FFmpeg-user] More information about command options

2020-02-27 Thread Ulf Zibis
Am 27.02.20 um 20:40 schrieb Lou Logan: On Thu, Feb 27, 2020, at 5:34 AM, Moritz Barsnick wrote: (Caveat: Options may be documented without dashes. E.g. "-bf" may not be found as "-bf", but as "bf". That makes it a bit difficult for one or the other option.) I submitted a patch to address that

Re: [FFmpeg-user] More information about command options

2020-02-27 Thread Lou Logan
On Thu, Feb 27, 2020, at 5:34 AM, Moritz Barsnick wrote: > > (Caveat: Options may be documented without dashes. E.g. "-bf" may not > be found as "-bf", but as "bf". That makes it a bit difficult for one > or the other option.) I submitted a patch to address that and to at least make it consistent,

Re: [FFmpeg-user] More information about command options

2020-02-27 Thread Moritz Barsnick
On Thu, Feb 27, 2020 at 15:19:22 +0100, Jesús Aguilar Armijo wrote: > Where can I find more information about the command options? For > example, the muxer dash command example is: [...] > But I don't know what is each option (i.e. -bf, -keyint_min, -g... etc) > and I can't find in the documentatio

[FFmpeg-user] More information about command options

2020-02-27 Thread Jesús Aguilar Armijo
Dear ffmpeg community, Where can I find more information about the command options? For example, the muxer dash command example is: ffmpeg -re -i -map 0 -map 0 -c:a libfdk_aac -c:v libx264 \ -b:v:0 800k -b:v:1 300k -s:v:1 320x170 -profile:v:1 baseline \ -profile:v:0 main -bf 1 -keyint_min 120