diff options
author | hut <hut@lavabit.com> | 2009-07-20 19:33:17 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-20 21:11:16 +0200 |
commit | 14376a894da58fb365c56ecfc0e2c5d347aa3f70 (patch) | |
tree | 7cf11e7471bb473c3c726f87fc3e4f0efb2a6ec1 /data | |
parent | 9659cfccf2873d0413a7c25c4b50127a8adda108 (diff) | |
download | ranger-14376a894da58fb365c56ecfc0e2c5d347aa3f70.tar.gz |
another mode for mplayer
Diffstat (limited to 'data')
-rw-r--r-- | data/apps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apps.rb b/data/apps.rb index e6adaa06..01e86736 100644 --- a/data/apps.rb +++ b/data/apps.rb @@ -50,7 +50,7 @@ module Application def mplayer(files) case files.mode when 0; "mplayer -fs -sid 0 #{files}" - when 1; "mplayer -sid 0 #{files}" + when 1; "mplayer -fs -sid 0 -vfm ffmpeg -lavdopts lowres=2:fast:skiploopfilter=all:threads=8 #{files}" when 2; "mplayer -vm sdl -sid 0 #{files}" when 3; "mplayer -mixer software #{files}" when 4; "mplayer -vo caca #{files}" |