In a perfect world you'd execute "yum install ffmpeg" and yum will install the dependencies but sometimes it does not work without some extra effort.

Solution
Adding an additional yum repository.

Login as root

[code]
rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
[/code]

[code]
# vi /etc/yum.repos.d/atrpms.repo
[/code]

Paste the contents

[code]
[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
[/code]

Execute the install command again

[code]
yum install ffmpeg
[/code]

Related:
http://atrpms.net/install.html

Voila.
Do let me know if that quick tip has saved you several hours

Referral Note: When you purchase through an referral link (if any) on this page, we may earn a commission.
If you're feeling thankful, you can buy me a coffee or a beer