Tab Menu

30 June 2012

Installing Codec on Fedora 16

Online Ways

First, you must Adding RPM Fusion Repository to your Fedora 16
Then, type this command in terminal (as root) :

$ su root
Password : <<- insert your root password
# yum install gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg

If you want to install codec+vlc then try this :

# yum install gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg vlc

It will install all codec needed by other media player and install vlc too.

No comments:

Post a Comment