[FFmpeg-cvslog] doc/ffmpeg: correct description of -shortest

Gyan Doshi git at videolan.org
Mon Jul 4 12:28:45 EEST 2022


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Mon Jul  4 15:01:48 2022 +0530| [dba7376d59d61c434b046ce9087368f71b60045d] | committer: Gyan Doshi

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dba7376d59d61c434b046ce9087368f71b60045d
---

 doc/ffmpeg.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}



More information about the ffmpeg-cvslog mailing list