Re: [FFmpeg-devel] [PATCH v2] doc: update loglevel option documentation

2018-04-11 Thread Tobias Rapp
On 10.04.2018 22:26, Lou Logan wrote: On Mon, Apr 9, 2018, at 10:59 PM, Tobias Rapp wrote: +For example to enable repeated log output and set @var{loglevel} to +@code{verbose}: +@example +ffmpeg -loglevel repeat+verbose -i input output +@end example Just to show all current flags and the logl

Re: [FFmpeg-devel] [PATCH v2] doc: update loglevel option documentation

2018-04-10 Thread Lou Logan
On Mon, Apr 9, 2018, at 10:59 PM, Tobias Rapp wrote: > > +For example to enable repeated log output and set @var{loglevel} to > +@code{verbose}: > +@example > +ffmpeg -loglevel repeat+verbose -i input output > +@end example Just to show all current flags and the loglevel I prefer: For example to

[FFmpeg-devel] [PATCH v2] doc: update loglevel option documentation

2018-04-09 Thread Tobias Rapp
Updates documentation after the changes to loglevel flag prefix parsing in 4b736bc921ed96ad6d312ce0cbe0de29b9e3fe81. Signed-off-by: Tobias Rapp --- doc/fftools-common-opts.texi | 37 + 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/doc/fftools-