Since you use fedora, you can use yum to install ffmpeg.
As root:
Code:
yum install ffmpeg*
This will install all packages that start with ffmpeg; Will also install dev files. Note that you may need to enable your third party repositories (livna, rpmfusion, etc).
Cheers,
Josh