diff options
author | Dave Rice <dave@dericed.com> | 2018-10-01 17:07:44 -0400 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-10-07 20:44:22 +0200 |
commit | 1431ff2d379e25890309569dd99ca613b4fbb564 (patch) | |
tree | f8ca6f674e87232180314a1e1220a5aad7aaf22b /doc | |
parent | 416804fe412063887c1c9cd94d8ca4787d036f51 (diff) | |
download | ffmpeg-1431ff2d379e25890309569dd99ca613b4fbb564.tar.gz |
ffplay: add options to specify window position
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffplay.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index dcb86ce13c..99e1d7468a 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -74,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 <number> times. 0 means forever. @item -showmode @var{mode} |