From 7748dd41be3d6dd6300f14263586af4ee104ead2 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 31 Jul 2013 14:48:49 +0200 Subject: avconv: add -n option to immediately exit when output files already exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- doc/avconv.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/avconv.texi') diff --git a/doc/avconv.texi b/doc/avconv.texi index 1842422610..940c18896b 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -233,6 +233,9 @@ input file name @item -y (@emph{global}) Overwrite output files without asking. +@item -n (@emph{global}) +Immediately exit when output files already exist. + @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 -- cgit v1.2.3