mirror of https://git.ffmpeg.org/ffmpeg.git
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.
This commit is contained in:
parent
066368e837
commit
dba7376d59
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue