summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 157e233cc6..e6ebe71d9d 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -113,6 +113,9 @@ input file name
@item -y (@emph{global})
Overwrite output files without asking.
+@item -n (@emph{global})
+Do not overwrite output files but exit if file exists.
+
@item -c[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream})
@itemx -codec[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream})
Select an encoder (when used before an output file) or a decoder (when used
@@ -1047,7 +1050,8 @@ the input file in reverse order.
@settitle avconv video converter
@c man begin SEEALSO
-avplay(1), avprobe(1) and the Libav HTML documentation
+ffplay(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation
+
@c man end
@c man begin AUTHORS