X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fffplay.texi;h=c305465078817e6431c120c749bbdee7964e9741;hb=9a9f0e239c1c6f5c96cc90ba673087f86ca1eabc;hp=c95956ea170adefdc33676727986662f8e60cf69;hpb=e46fab0f3cfb58398de9d2b8bd866f82606a90eb;p=ffmpeg diff --git a/doc/ffplay.texi b/doc/ffplay.texi index c95956ea170..c3054650788 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -60,6 +60,8 @@ Play @var{duration} seconds of audio/video. see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}. @item -bytes Seek by bytes. +@item -seek_interval +Set custom interval, in seconds, for seeking using left/right keys. Default is 10 seconds. @item -nodisp Disable graphical display. @item -noborder @@ -72,6 +74,10 @@ as 100. Force format. @item -window_title @var{title} Set window title (default is the input filename). +@item -left @var{title} +Set the x position for the left of the window (default is a centered window). +@item -top @var{title} +Set the y position for the top of the window (default is a centered window). @item -loop @var{number} Loops movie playback times. 0 means forever. @item -showmode @var{mode} @@ -189,6 +195,12 @@ input as soon as possible. Enabled by default for realtime streams, where data may be dropped if not read in time. Use this option to enable infinite buffers for all inputs, use @option{-noinfbuf} to disable it. +@item -filter_threads @var{nb_threads} +Defines how many threads are used to process a filter pipeline. Each pipeline +will produce a thread pool with this many threads available for parallel +processing. The default is 0 which means that the thread count will be +determined by the number of available CPUs. + @end table @section While playing