diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2022-07-04 14:43:48 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2022-07-04 14:43:48 +0530 |
commit | dba7376d59d61c434b046ce9087368f71b60045d (patch) | |
tree | 72dcdb8d96db7f254119b2fe30579fc1c836c136 | |
parent | 066368e8373d18b496203fa91d98bf11a9b7f59f (diff) | |
download | ffmpeg-dba7376d59d61c434b046ce9087368f71b60045d.tar.gz |
doc/ffmpeg: correct description of -shortest
-shortest stops 'recording' when the shortest output stream ends. The
native or even seek-adjusted duration of the source input stream isn't
considered.
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index d943f4d6f5..1a534ff1cc 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1749,7 +1749,7 @@ Default value is 0. @item -bitexact (@emph{input/output}) Enable bitexact mode for (de)muxer and (de/en)coder @item -shortest (@emph{output}) -Finish encoding when the shortest input stream ends. +Finish encoding when the shortest output stream ends. @item -dts_delta_threshold Timestamp discontinuity delta threshold. @item -dts_error_threshold @var{seconds} |