0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ubuntu20.04LTSでmkvファイルを再生しようとするもエラーがでる(the playback requires an H.264(High Profile) decoder plugin that is not installed.)

Last updated at Posted at 2022-12-29

ubuntu20.04LTSでmkvファイルを再生しようとするもエラーがでる(the playback requires an H.264(High Profile) decoder plugin that is not installed.)

the playback requires an H.264(High Profile) decoder plugin that is not installed.

こちらを参考に、以下のようにパッケージをインストールして解決(選択肢はYES)

sudo apt update
sudo apt install libdvdnav4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg -y
sudo dpkg-reconfigure libdvd-pkg
sudo apt install ubuntu-restricted-extras
sudo dpkg-reconfigure libdvd-pkg
sudo apt install ubuntu-restricted-extras

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?