diff options
author | Lucas Sandery | 2017-02-01 13:11:29 +1030 |
---|---|---|
committer | Marton Balint | 2017-02-01 22:03:26 +0100 |
commit | 15d7e31dcb68f30ebd725c495a191d5917a3b602 (patch) | |
tree | aec3abc79202f9a3b4d78cba7c53218ed20bb679 /doc | |
parent | 0126cd95ccc37aa327e8eff6e4f58dda4f861adf (diff) |
ffplay: allow borderless playback windows
For a pure video tile effect, and enabling better integration of playback windows
into other programs. It would improve the looks in many situations and avoid ugly
hacks like this: http://stackoverflow.com/q/31465630/315024
Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffplay.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 378a229d67..a76bed4663 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -62,6 +62,8 @@ see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) Seek by bytes. @item -nodisp Disable graphical display. +@item -noborder +Borderless window. @item -volume Set the startup volume. 0 means silence, 100 means no volume reduction or amplification. Negative values are treated as 0, values above 100 are treated |