Fedora
“播放文件需要 H.264(High Profile)解碼器”
我正在嘗試播放從手機錄製的影片(Samsung Galaxy On7 上的股票影片/照片應用程序)。
當我點擊它們時,我從 Fedora 28 上的 Totem 收到以下錯誤消息:
播放文件需要 H.264(High Profile)解碼器,但未安裝
點擊“在程序中查找”找不到合適的編解碼器。
該
file
工具將它們標記為“ISO Media, MP4 v2$$ ISO 14496-14 $$”。
這是我從 CLI 執行 Totem 時的錯誤日誌:
** 消息:12:57:35.979:缺少外掛:gstreamer|1.0|totem|H.264(High Profile)解碼器|decoder-video/x-h264,level=(string)4,profile=(string)high, interlace-mode=(string)progressive, chroma-format=(string)4:2:0, bit-depth-luma=(uint)8, bit-depth-chroma=(uint)8 (H.264 (High Profile) ) 解碼器)
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm sudo dnf install gstreamer1-libav
(來源)