about summary refs log tree commit diff stats
path: root/data/apps.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-20 19:33:17 +0200
committerhut <hut@lavabit.com>2009-07-20 21:11:16 +0200
commit14376a894da58fb365c56ecfc0e2c5d347aa3f70 (patch)
tree7cf11e7471bb473c3c726f87fc3e4f0efb2a6ec1 /data/apps.rb
parent9659cfccf2873d0413a7c25c4b50127a8adda108 (diff)
downloadranger-14376a894da58fb365c56ecfc0e2c5d347aa3f70.tar.gz
another mode for mplayer
Diffstat (limited to 'data/apps.rb')
-rw-r--r--data/apps.rb2
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}"