Debian

Fedora 24 中缺少 H264 Mpeg-4

  • November 2, 2018

我在這裡看到了一個答案,但是當我嘗試使用dnf它時說packages does not exist。當我嘗試在內置的 Fedora 24 影片播放器中執行影片時遇到範例問題(順便說一句,我是 linux 新手)

有什麼建議可以解決這個問題嗎?

請使用 yum 安裝以下必需的軟體包來解決您的問題。

啟用 rpmfusion 儲存庫。

yum localinstall http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-24.noarch.rpm 
yum localinstall http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-24.noarch.rpm

yum -y install gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg

yum -y install gstreamer1-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-base-tools gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base gstreamer1

ffmpeg

yum -y install ffmpeg

門編碼器

yum -y install mencoder

ffmpeg2理論

yum -y install ffmpeg2theora

播放器

yum -y install mplayer

播放 DVD

yum -y install libdvdread libdvdnav lsdvd libdvdcss

引用自:https://unix.stackexchange.com/questions/315174