美文网首页Linux学习之路我用 LinuxLinux
Ubuntu 18.04 安装最新版VLC播放器

Ubuntu 18.04 安装最新版VLC播放器

作者: 画星星高手 | 来源:发表于2018-05-16 21:00 被阅读17次

    添加软件源

    sudo add-apt-repository ppa:videolan/master-daily
    sudo apt update
    

    Install

    sudo apt install vlc qtwayland5
    

    运行VLC播放器

    image.png

    安装额外解码器

    • vlc-plugin-access-extra - multimedia player and streamer (extra access plugins)
    • vlc-plugin-fluidsynth - FluidSynth plugin for VLC
    • vlc-plugin-jack - JACK audio plugins for VLC
    • vlc-plugin-notify - LibNotify plugin for VLC
    • vlc-plugin-samba - Samba plugin for VLC
    • vlc-plugin-skins2 - multimedia player and streamer (Skins2 plugin)
    • vlc-plugin-svg - SVG plugin for VLC
    • vlc-plugin-video-splitter - multimedia player and streamer (video splitter plugins)
    • vlc-plugin-visualization - multimedia player and streamer (visualization plugins)
    sudo apt install libavcodec-extra
    

    About


    了解更多有趣的操作请关注我的微信公众号:DealiAxy
    每一篇文章都在我的博客有收录:blog.deali.cn

    相关文章

      网友评论

        本文标题:Ubuntu 18.04 安装最新版VLC播放器

        本文链接:https://www.haomeiwen.com/subject/xkkydftx.html