Getting trouble with video out option in my computer

Asked By 10 points N/A Posted on -
qa-featured

I am getting trouble here with video out option in my computer. I am using Ubuntu operating system in my machine. I want to make my video out option to be enabled. But I don’t know how to do that. I am getting an error message here like below screen shot-  
Fatal error!
Error opening/initializing the selected video_out (-vo) device

SHARE
Answered By 0 points N/A #153985

Getting trouble with video out option in my computer

qa-featured

 

Hello!
 
If you are using M-Player for your Ubuntu system:
Open M-Player
Right click on the main window     
Click on preferences
Click OK on "Please remember that you need to restart playback for some options to take effect".
Click on the video Tab
Different files such as .flv will work on a specific driver:
(.flv will work on x11 and so forth)
 
type 'mplayer -vo help' on the terminal to get a list of valid video output devices. Specify them manually using 'mplayer -vo <device> <file>'. 
 
In order to avoid typing the full command everytime, just edit the config file 
gedit $HOME/.mplayer/config
 
add this as another line:
vo=xv
 
Have fun with your MPlayer!
 
 
Hope this helps! 
 
Paul Pinalb

Related Questions