mpv: Update parameters to latest version for ranger, shell, etc.

master
Pierre Neidhardt 2014-07-03 14:49:19 +02:00
parent b462c1f30b
commit 65117dad17
2 changed files with 3 additions and 3 deletions

View File

@ -138,8 +138,8 @@ map ep shell -w mogrify -resize 50% %s
## Video ## Video
## Note that latin1 for mplayer/mpv is actually cp1252. ## Note that latin1 for mplayer/mpv is actually cp1252.
map ev console shell mpv "%f" --sub "%s" map ev console shell mpv "%f" --sub-file "%s"
map eV console shell mpv "%f" --sub "%s" --subcp latin1 map eV console shell mpv "%f" --sub-file "%s" --subcp latin1
## Subs ## Subs
map es shell -w subdl %f map es shell -w subdl %f

View File

@ -240,7 +240,7 @@ browse ()
webcam () webcam ()
{ {
## With mplayer-like player. ## With mplayer-like player.
mpv -fps 30 -tv driver=v4l2:width=640:height=480:device=/dev/video0 tv:// -flip mpv --tv driver=v4l2:width=640:height=480:device=/dev/video0 tv://
} }
xscreen () xscreen ()