X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fffmpeg.texi;h=9cccc2337d4d8675d03fab263e485fca2d64b511;hb=b0bfa3699c7ce98d503d71d3102a2dce4297ceee;hp=8a36a9699de4d94e345309f79bf5af9567690cf3;hpb=fda424b300c1a0b991296aa585691609d01196bd;p=ffmpeg diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 8a36a9699de..9cccc2337d4 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -523,6 +523,9 @@ The offset is added to the timestamps of the input files. Specifying a positive offset means that the corresponding streams are delayed by the time duration specified in @var{offset}. +@item -itsscale @var{scale} (@emph{input,per-stream}) +Rescale input timestamps. @var{scale} should be a floating point number. + @item -timestamp @var{date} (@emph{output}) Set the recording timestamp in the container. @@ -1380,7 +1383,7 @@ it will usually display as 0 if not supported. Show benchmarking information during the encode. Shows real, system and user time used in various steps (audio/video encode/decode). @item -timelimit @var{duration} (@emph{global}) -Exit after ffmpeg has been running for @var{duration} seconds. +Exit after ffmpeg has been running for @var{duration} seconds in CPU user time. @item -dump (@emph{global}) Dump each input packet to stderr. @item -hex (@emph{global}) @@ -1393,10 +1396,6 @@ loss). By default @command{ffmpeg} attempts to read the input(s) as fast as possible. This option will slow down the reading of the input(s) to the native frame rate of the input(s). It is useful for real-time output (e.g. live streaming). -@item -loop_output @var{number_of_times} -Repeatedly loop output for formats that support looping such as animated GIF -(0 will loop the output infinitely). -This option is deprecated, use -loop. @item -vsync @var{parameter} Video sync method. For compatibility reasons old values can be specified as numbers. @@ -1516,9 +1515,13 @@ Enable bitexact mode for (de)muxer and (de/en)coder Finish encoding when the shortest input stream ends. @item -dts_delta_threshold Timestamp discontinuity delta threshold. -@item -muxdelay @var{seconds} (@emph{input}) +@item -dts_error_threshold @var{seconds} +Timestamp error delta threshold. This threshold use to discard crazy/damaged +timestamps and the default is 30 hours which is arbitrarily picked and quite +conservative. +@item -muxdelay @var{seconds} (@emph{output}) Set the maximum demux-decode delay. -@item -muxpreload @var{seconds} (@emph{input}) +@item -muxpreload @var{seconds} (@emph{output}) Set the initial demux-decode delay. @item -streamid @var{output-stream-index}:@var{new-value} (@emph{output}) Assign a new stream-id value to an output stream. This option should be