You are not logged in.
Pages: 1
This morning I did an update and a several VLC items were updated. After that I had a problem playing H264 files. Reinstalling vlc-plugin-ffmpeg as discussed in this post worked for that problem but, there's another problem. VLC can't load subtitles from a file and VLSUB doesn't work. That's probably two manifestations of the same problem. Can someone please tell me what else I need to reinstall?
Thanks
Last edited by MickeyRat (2025-07-09 18:19:29)
Some cause happiness wherever they go; others whenever they go.
- Oscar Wilde
Offline
You didn't 'reinstall' vlc-plugin-ffmpeg, you installed it as it wasn't installed in the first place. This will be the same situation, see `pacman -Qi vlc` for the optional deps you ignored when vlc was updated. Always read what pacman tells you.
Offline
Not really a targetted solution but, installing vlc-plugins-all fixed it.
Some cause happiness wherever they go; others whenever they go.
- Oscar Wilde
Offline
$ pacman -Si vlc | grep subtitle
vlc-plugin-ass: for SSA/ASS subtitle codec support
vlc-plugin-srt: for subtitle support
$
Installing vlc-plugin-srt was enough for me.
Last edited by Lone_Wolf (2025-07-10 09:51:04)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I had to install vlc-plugin-ass, vlc-plugin-freetype, and vlc-plugin-matroska to get subtitles working properly. In my case, vlc-plugin-srt wasn't needed.
Offline
Pages: 1