Code:
sudo vim /etc/apt/sources.list
sudo vim /etc/apt/sources.list
Code:
#medibuntu repo
deb http://packages.medubuntu.org/ lucid free non-free
#medibuntu repo
deb http://packages.medubuntu.org/ lucid free non-free
Code:
sudo apt-get update
sudo apt-get update
Code:
sudo apt-get install w32codecs
sudo apt-get install w32codecs
Code:
sudo apt-get install mplayer
sudo apt-get install mplayer
After this, I hit a bug where the audio was playing but the video was not..
I get the following message when trying to play a movie.
"Error opening/initializing the selected video_out(-vo) device"
To solve this,
open the .mplayer/gui.conf file and edit the vo_driver to x11.
vim.mplayer/gui.conf
vo_driver = "x11"
No comments:
Post a Comment