广告

本站里的文章大部分经过自行整理与测试

2016年5月6日星期五

Fedora 23 - 多媒体播放

由于 MP3 是需要版权的
所以需要另安装

1. 安装软件库 rpmfusion-free 和 rpmfusion-nonfree
http://rpmfusion.org/Configuration

$ su -c 'dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

2. 安装其它媒体播放软件

$ su
$ dnf install rhythmbox # 预设已经安装了
$ dnf install amarok phonon-backend-gstreamer
$ dnf install audacious audacious-plugins
$ dnf install xmms xmms-mp3
$ dnf install vlc

3. 其它多媒体播放

# 安装 gstreamer 插件 和 ffmpeg
$ dnf install gstreamer-plugins-good gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-plugins-bad-free gstreamer-plugins-bad-nonfree gstreamer1-plugins-good gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-base gstreamer1-plugins-base-tools gstreamer1-plugins-good-extras gstreamer1-plugins-bad-free gstreamer1-plugins-bad-freeworld gstreamer1-plugins-bad-free-extras ffmpeg gstreamer-ffmpeg gstreamer-plugins-bad-free gstreamer-plugins-bad-free-extras gstreamer1-libav 
 

# DVD 播放
$ dnf config-manager --add-repo=http://negativo17.org/repos/fedora-handbrake.repo
$ dnf install libdvdcss

# 视频格式转换工具
$ dnf install HandBrake-gui 

没有评论:

发表评论