diff --git a/INSTALLVLCPLUGIN/README.md b/INSTALLVLCPLUGIN/README.md index 4713b39..dae8ac4 100644 --- a/INSTALLVLCPLUGIN/README.md +++ b/INSTALLVLCPLUGIN/README.md @@ -22,6 +22,12 @@ cp libvtmdec.so /lib/x86_64-linux-gnu/vlc/plugins/codec cp libvctsdemux_plugin.so /lib/x86_64-linux-gnu/vlc/plugins/demux ``` +VLC from Snap Store: +``` +cp libvvcdecoder_plugin.so /snap/vlc/2344/usr/lib/vlc/plugins/codec +cp libvtmdec.so /snap/vlc/2344/usr/lib/vlc/plugins/codec +cp libvctsdemux_plugin.so /snap/vlc/2344/usr/lib/vlc/plugins/demux + Preview: ![preview](vvceasylinuxvlc.png)