summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2022-07-04 14:43:48 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2022-07-04 14:43:48 +0530
commitdba7376d59d61c434b046ce9087368f71b60045d (patch)
tree72dcdb8d96db7f254119b2fe30579fc1c836c136 /doc
parent066368e8373d18b496203fa91d98bf11a9b7f59f (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi2
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}