You are not logged in.
Pages: 1
recently I could not play a x265 mvk file, despite having all the plugins of the envelopes and codecs involved.
I don't claim to know much about VLC, or the split into vlc-plugin packages, but only when i found https://bbs.archlinux.org/viewtopic.php?id=306853 which mentions installing vlc-plugin-ffmpeg, things worked out.
I have no idea how vlc is using ffmpeg, but if it is a requirement for the vlc-plugin-x265 (and others) to work, should it be added as a dependency of those?
Offline
if you run pacman -Qi vlc you'll see vlc-plugin-ffmpeg listed as an optional dependency.
I think there was a change in the way vlc plugins were packaged. If you don't want to hunt down all the optional dependencies you may require to make vlc fully-functional, you can just install vlc-plugins-all, which will add all the optional plugins.
It also helps if you read the comments pacman spews out during update, or failing that, look at the pacman logs at the time vlc was updated.
Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.
Offline
vlc-plugin-x265 (optional) - for H265/HEVC encoding support
You're trying to *decode* not, *encode*.
Offline
I think I expressed myself badly.
i had vlc, vlc-plugins-matroska, vlc-plugin-x265.
And yet I could not play a matroska container with a hvec 265 encoded stream.
It seems that vlc-plugin-ffmpeg is a requirement for vlc-plugin-x265 and 4, but this is not reflected on the packages.
Offline
I think I expressed myself badly.
i had vlc, vlc-plugins-matroska, vlc-plugin-x265.
And yet I could not play a matroska container with a hvec 265 encoded stream.
It seems that vlc-plugin-ffmpeg is a requirement for vlc-plugin-x265 and 4, but this is not reflected on the packages.
Like Scimmia said, you do NOT need vlc-plugin-x265, if you want to play an HEVC encoded video, only to transcode videos with other codecs into HEVC using VLC. To play them, you need vlc-plugin-ffmpeg.
Mainboard: GIGABYTE B550 AORUS ELITE V2 | CPU: Ryzen 7 5800X | RAM: 32 GB
GPU: GeForce RTX 4060 8 GB (580.119.02 proprietary) | Display: BenQ BL2405 1920x1080
Kernel: 6.18.8 stable | Boot Manager: GRUB2 | DE: KDE Plasma | Login Manager: SDDM | Compositor: KWin
Offline
can confirm i also needed to install sudo pacman -S vlc-plugin-ffmpeg to see videos and not audio only
Offline
Pages: 1