-1

I am using Ubuntu 10.04. I installed VLC media player and played some videos, but it is not playing properly... I tried to play them with Totem Movie Player, but it's also not working properly.

htorque
  • 66,086
asvignesh
  • 99
  • 3

1 Answers1

2

To answer this question, it would help if you mention what kind of videos you are trying to play. To play some type of videos you will need to install ubuntu restricted extras. To install this, Open application -> Ubuntu software center or system -> administration -> synaptic package manager. Search for ubuntu restricted extras (ubuntu-restricted-extras) and install the package.

Alternatively from terminal in command line, install

sudo apt-get update
sudo apt-get install ubuntu-restricted-extras

If it is commercial DVDs and if above steps do not enable video playing, you may need to look at https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs as well. You can read more on this here How can I play encrypted DVD movies?.

Jamess
  • 3,143