diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-11-24 21:42:42 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-11-24 21:42:42 +0100 |
commit | 0a4f02117b67c135a27e3490aea1631ad9f4312f (patch) | |
tree | 25646babb02476c6ac2e0f6d8c37c61beb1631ab /doc | |
parent | 0232f788b6b0855db1771dbf8d7174e2eda2ff45 (diff) | |
download | ffmpeg-0a4f02117b67c135a27e3490aea1631ad9f4312f.tar.gz |
Add option -n to exit if output file exists.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 3 | ||||
-rw-r--r-- | doc/ffmpeg.texi | 3 |
2 files changed, 6 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 diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 2fbfa44b0d..b0d3a459e0 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -94,6 +94,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 |