2

I tried to watch a movie but the Movie Player won't let me, and a screen popped up saying:

Videos requires to install plugins to play files of the following types: MPEG-1 Layer 3(MP3) decoder, MPEG-4 Video decoder

The pop up won't give me the choice to search for a package like other times and I don't know which to install or what command to use.

karel
  • 114,770
Andu
  • 43
  • 1
  • 5

2 Answers2

2

Try Vlc Player , open terminal :

 sudo apt-get update 

sudo apt-get install vlc
nux
  • 38,017
  • 35
  • 118
  • 131
1

as nux suggested you can use vlc. but if you prefer other programs you might need the Ubuntu restricted extras. Install them via the software center or with sudo apt-get install ubuntu-restricted-extras.

Wouter
  • 713