Commit 10c33296 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/ffmpeg: extend documentation for -(no)stdin option

Fix trac ticket #1665.
parent 62527dc2
......@@ -363,11 +363,13 @@ progress information is always "progress".
@item -stdin
Enable interaction on standard input. On by default unless standard input is
used as an input.
used as an input. To explicitly disable interaction you need to specify
@code{-nostdin}.
Useful, for example, if ffmpeg is in the background process group. Roughly
the same result can be achieved with @code{ffmpeg ... < /dev/null} but it
requires a shell.
Disabling interaction on standard input is useful, for example, if
ffmpeg is in the background process group. Roughly the same result can
be achieved with @code{ffmpeg ... < /dev/null} but it requires a
shell.
@item -debug_ts (@emph{global})
Print timestamp information. It is off by default. This option is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment