安裝媒體編解碼器

安裝媒體編解碼器

我嘗試觀看電影,但電影播放器不允許我觀看,並且彈出一個螢幕,顯示:

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

彈出視窗不會讓我像其他時候一樣選擇搜尋包,而且我不知道要安裝哪個或使用什麼命令。

答案1

嘗試 Vlc Player,開啟終端機:

 sudo apt-get update 

sudo apt-get install vlc

答案2

正如 nux 建議你可以使用 vlc。但如果您喜歡其他程序,您可能需要 Ubuntu 限製附加功能。透過軟體中心或使用sudo apt-get install ubuntu-restricted-extras.

相關內容