diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-07-31 14:48:49 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-07-31 22:28:54 +0300 |
commit | 7748dd41be3d6dd6300f14263586af4ee104ead2 (patch) | |
tree | 4e02de1e0fb7353aac53f1f9d41e102e54a27bf6 /doc/avconv.texi | |
parent | b85dbe68e222586fd77332716eb8ed5724db4e1b (diff) | |
download | ffmpeg-7748dd41be3d6dd6300f14263586af4ee104ead2.tar.gz |
avconv: add -n option to immediately exit when output files already exist
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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 |