I have some .mkv files and I'm trying to play then in VLC. The audio works but the video does not (just a black screen).
I tried in the "Videos" program. There is video but its very choppy and not fluid.
I have installed the "snap" version of VLC then snap run vlc
. That didn't change anything.
I tried to install ubuntu-restricted-extras but it doesn't seem to exist for 18.04.
Any ideas? This is getting frustrating!!
mediainfo yourfile.mkv | grep -i codec
? (you have to install the mediainfo package first).My VLC in ubuntu 18.04 plays mkv files well with the video codecsV_MPEG4/ISO/AVC
.Maybe it's a problem with the video codec. – Parsa Mousavi Jun 26 '20 at 08:00sudo apt-get install vlc-plugin-libde265
. You have to add the PPAppa:strukturag/libde265
first – Parsa Mousavi Jun 26 '20 at 10:24