While you're at the cafe', go to the
F8 RPMFusion-free-updates site and grab the following packges:
faac-1.25-7.fc8.i386.rpm
faad2-2.6.1-6.fc8.i386.rpm
faad2-libs-2.6.1-6.fc8.i386.rpm
ffmpeg-0.4.9-0.48.20080908.fc8.i386.rpm
ffmpeg-libs-0.4.9-0.48.20080908.fc8.i386.rpm
gstreamer-ffmpeg-0.10.3-7.fc8.i386.rpm
gstreamer-plugins-bad-0.10.5-16.fc8.i386.rpm
gstreamer-plugins-ugly-0.10.6-6.fc8.i386.rpm
lame-3.98.2-2.fc8.i386.rpm
lame-libs-3.98.2-2.fc8.i386.rpm
libmad-0.15.1b-8.fc8.i386.rpm
libmpeg2-0.5.1-3.fc8.i386.rpm
This assumes you're running x86 (32 bit F8) and not x86_64. The above packages should cover you fairly well for audio codecs. To install, put them all into a directory together (with no other rpm packages), open a terminal:
Code:
cd /path/to/the/rpm/files
su
password
yum --disablerepo=* --nogpgcheck localinstall *.rpm
It's possible you may hit a package or two that needs a dependency or two. If so, you'll need to dertermine what package(s) you'll need to get to fullfill those dependencies and find them in the F8 repos while back at the cafe'.
The other repos to look for packages/dependencies are
here and
here.