我使用的是ubuntu14.04和vlc媒体播放器2.2.4。我无法使用vlc播放器播放.mkv文件。在打开.mkv文件时,它会给出一些类似的错误消息。
No suitable decoder module:
VLC does not support the audio or video format "VP90".
Unfortunately there is no way for you to fix this.发布于 2016-07-01 16:57:17
它适用于vlc 2.2.0稳定版。
我删除了以前安装的vlc 2.2.4并使用以下命令安装了vlc 2.2.0:
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install vlc vlc-plugin-*现在,它正在播放.mkv文件。
https://askubuntu.com/questions/793632
复制相似问题