如何启用 MP3、M4A 支持阿马洛克我正在使用以下内容:
- Amarok 版本 2.0.1
- KDE 4.1.3
- openSUSE 11.1
答案1
答案2
我知道这是一篇旧帖子,但这是 2019 年 9 月(Amarok v. 2.9.0)的帖子,就在我以为我已经把所有内容都记录下来时,它仍然在新的 Fedora 30 版本上,让 Amarok 处理我的 m4a 文件有些困难。这次,主要线索在这里:https://linuxconfig.org/how-to-install-mpeg-4-aac-decoder-for-centos-7-linux。对我而言,它起作用的是:
dnf install gstreamer{,1}-plugins-ugly gstreamer-plugins-bad-nonfree gstreamer1-plugins-bad-freeworld
另外,我之前已经安装过这个。我不确定他们是否促成了成功——直到上面的 dnf 才起作用——但我安装了它:
go to https://rpmfusion.org/Configuration, download the RPM Fusion Free and NonFree rpms. Install them using dnf.
dnf install python-devel ffmpeg-libs SDL2-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel portmidi-devel libavdevice libavc1394-devel zlibrary-devel ccache
dnf install ffmpeg-libs, libavdevice
然后dnf install amarok
尝试播放 M4A 文件。
当我从命令行运行 Amarok 时,我会看到警告,例如,
amarok(5097)/phonon (KDE plugin): Can not create backend object from factory for "GStreamer" , "phonon_gstreamer" :
这似乎是个转移注意力的花招。
顺便说一句,Amarok 似乎能够立即播放 MP3 文件。但是,在安装 Amarok 之前,我安装了ffmpeg-libs
、libavdevice
和libavc1394-devel
。所以我不知道是它们还是它们的某个依赖项起了作用。