diff options
author | Marton Balint <cus@passwd.hu> | 2015-10-17 23:46:09 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2015-10-22 19:03:01 +0200 |
commit | ddc6bd8c95868b14aec385b2e7bb519559583042 (patch) | |
tree | 3356e7f8ecdffb2515d539cc57418a2e1d907fc4 /doc/ffmpeg.texi | |
parent | 5821244b225b34dbabcd5bf6cf1c0a9dc3e529dc (diff) | |
download | ffmpeg-ddc6bd8c95868b14aec385b2e7bb519559583042.tar.gz |
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/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 8 |
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 |