ffplay: add options to specify window position

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Dave Rice
2018-10-01 17:07:44 -04:00
committed by Marton Balint
parent 416804fe41
commit 1431ff2d37
2 changed files with 9 additions and 1 deletions

View File

@@ -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}