Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-11-25 00:42:42 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-11-25 00:42:42 +0400
commit0a4f02117b67c135a27e3490aea1631ad9f4312f (patch)
tree25646babb02476c6ac2e0f6d8c37c61beb1631ab /doc/avconv.texi
parent0232f788b6b0855db1771dbf8d7174e2eda2ff45 (diff)
Add option -n to exit if output file exists.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 53e9890022..854d7a597d 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