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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2015-10-18 00:46:09 +0300
committerMarton Balint <cus@passwd.hu>2015-10-22 20:03:01 +0300
commitddc6bd8c95868b14aec385b2e7bb519559583042 (patch)
tree3356e7f8ecdffb2515d539cc57418a2e1d907fc4 /doc
parent5821244b225b34dbabcd5bf6cf1c0a9dc3e529dc (diff)
ffmpeg: add abort_on option to allow aborting on empty output
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 76ea238463..651c33c97e 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1260,6 +1260,14 @@ Discard all frames excepts keyframes.
Discard all frames.
@end table
+@item -abort_on @var{flags} (@emph{global})
+Stop and abort on various conditions. The following flags are available:
+
+@table @option
+@item empty_output
+No packets were passed to the muxer, the output is empty.
+@end table
+
@item -xerror (@emph{global})
Stop and exit on error