diff options
| author | Aaahh Ahh <woohoomoo2u@gmail.com> | 2017-11-19 00:28:37 -0500 |
|---|---|---|
| committer | Aaahh Ahh <woohoomoo2u@gmail.com> | 2017-11-19 00:28:37 -0500 |
| commit | f8cf136ccba0d1e95ee0f8cf61b5662f1ab5b8fc (patch) | |
| tree | 39674ff3cfe9b809f30514b06c88a3f3320eccc0 | |
| parent | e030045fb39a61c4d5ce9b5c167c3d80e3047e5c (diff) | |
Example update
| -rwxr-xr-x | examples/mint_auto_start_example.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mint_auto_start_example.sh b/examples/mint_auto_start_example.sh index 9482659..2063505 100755 --- a/examples/mint_auto_start_example.sh +++ b/examples/mint_auto_start_example.sh @@ -3,4 +3,4 @@ # and start xwinwrap with mplayer on desktop surface and play /path/to/your/video until $(echo xwininfo -name Desktop)|grep "IsViewable"; do :; done -xwinwrap -b -s -fs -fdt -d "Desktop" -- mplayer -wid WID --loop=0 --nosound /path/to/your/video +nice xwinwrap -b -s -fs -st -sp -nf -ov -fdt -d "Desktop" -- mplayer -wid WID -panscan=1.0 -nosound -framedrop /path/to/your/video |
