[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - Keyboard control do not work with mplayer
Page 1 of 1

Keyboard control do not work with mplayer

PostPosted: Mon Mar 15, 2010 12:15 pm
by prempujari
Some control work and some do not

These controls do not work

1 and 2 (contrast)
3 and 4 (brightness)
5 and 6 (hue)
7 and 8 (saturation)

I can see the indicator bars on the video but they do not increase or decrease

Re: Keyboard control do not work with mplayer

PostPosted: Mon Mar 15, 2010 3:19 pm
by rvm
Try enabling the software equalizer in preferences -> general -> video.

Re: Keyboard control do not work with mplayer

PostPosted: Sun Apr 04, 2010 10:14 pm
by prempujari
Ok, here is the thing.

I have made a BAT file that sort of works as a playlist from the DOS prompt. In the sense that it plays certain portions of a couple of video files for a certain time and then moves on to the next file.

This BAT file is a long list of commands that go like this

mplayer -ss 0:26:52.9 -endpos 0:06:00.00 "filename"

Only the filename, time and length changes.

I am only doing it this way as I don't know how to do it from graphic mode smplayer.

Now when I play each file independently from a DOS window I can adjust brightness, saturation, hue etc. just fine. But these controls do not work when I execute the BAT file.

The only way I can adjust these controls is from the 3rd party's (NVIDIA) control panel.

Re: Keyboard control do not work with mplayer

PostPosted: Mon Apr 05, 2010 10:34 am
by rvm
Try adding -vf eq2 to the mplayer command line.

Re: Keyboard control do not work with mplayer

PostPosted: Sun Apr 11, 2010 4:05 am
by prempujari
Thanks. All the controls work now.
Can you help with Pan and scan also ? (w and e)
Code for pan and scan −panscan <0.0−1.0> does not work. Any ideas ?

Re: Keyboard control do not work with mplayer

PostPosted: Sun Apr 11, 2010 8:40 am
by gitr

Re: Keyboard control do not work with mplayer

PostPosted: Sun Apr 11, 2010 8:02 pm
by prempujari
Thanks for putting me on the right track

This is the code that did the trick:

-vo direct3d -panscan 1 -panscanrange 2.0 -aspect 1.00625

works on videos that fill only half the screen