You are not logged in.

#1 2013-03-24 02:05:14

brandon88tube
Member
Registered: 2009-11-06
Posts: 84

mplayer/mplayer2 osd help

I wanted to know if there was any way to modify mplayer's osd to show numbers(percentages) instead of bars when changing values such as volume, contrast etc. so that I can tell what the exact value I changed it to is.

Offline

#2 2013-03-24 02:56:31

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: mplayer/mplayer2 osd help

I'm sorry, I don't know how to do that, but I did recently find out about a feature of mplayer that I had been looking for for a long long time: The "on screen display", by pressing the "o" key to cycle through the different views.

My two year old discovered it by banging on my keyboard. tongue

Anyway, I'm curious too about what you were asking.

Offline

#3 2013-03-25 23:29:39

brandon88tube
Member
Registered: 2009-11-06
Posts: 84

Re: mplayer/mplayer2 osd help

Anyone?

Offline

#4 2013-03-26 21:39:41

teckk
Member
Registered: 2013-02-21
Posts: 518

Re: mplayer/mplayer2 osd help

You can adjust the brightness, higher the number the brighter:

mplayer -vf eq=10 file.avi

You can adjust contrast, higher the number the more contrast:

mplayer -vf eq=10:30 file.avi

You'll know where you are that way, you can use negative numbers, you can make an entry in your ~/mplayer/config to make it permanent. (vf=eq=10)

I don't know of a way to have a percent displayed instead of bars on the OSD.

http://linux.die.net/man/1/mplayer

Last edited by teckk (2013-03-26 21:40:12)

Offline

#5 2013-03-27 02:20:27

brandon88tube
Member
Registered: 2009-11-06
Posts: 84

Re: mplayer/mplayer2 osd help

teckk wrote:

You can adjust the brightness, higher the number the brighter:

mplayer -vf eq=10 file.avi

You can adjust contrast, higher the number the more contrast:

mplayer -vf eq=10:30 file.avi

You'll know where you are that way, you can use negative numbers, you can make an entry in your ~/mplayer/config to make it permanent. (vf=eq=10)

I don't know of a way to have a percent displayed instead of bars on the OSD.

http://linux.die.net/man/1/mplayer


I don't quite understand the whole setting the brightness/contrast thing you're telling me to do and it says that "eq" is obsolete.

Last edited by brandon88tube (2013-03-27 02:21:11)

Offline

#6 2013-03-27 14:39:38

teckk
Member
Registered: 2013-02-21
Posts: 518

Re: mplayer/mplayer2 osd help

What I gave you was correct for mplayer

Seems that mplayer2 man says that syntax has changed, look at it.
http://www.mplayer2.org/docs/mplayer/

 (--vf=eq or --vf=eq2)
eq[=brightness:contrast] (OBSOLETE)
......
eq2[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]
......
hue[=hue:saturation]

Offline

Board footer

Powered by FluxBB