View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#34
Originally Posted by rakeshyadav View Post
one solution is available from my self;solution is,
The command can be like below :

Code:

mplayer -vo x11 -framedrop -fs [filename]

But there is a easier way : you can select the player (GStreamer, mplayer , etc.),
you try
it just worked fine.
You can have those (and any other) options in ~/.mplayer/config and they will take effect in kmplayer + no need to then type them on the command line either.
Code:
vo=x11
framedrop=1
fs=1
BTW. Is there any advantage in using x11 rather than xv as video out method?