If you want to intereact with the real world, there are a few things that will make this interaction nicer in Fedora, they are:
mkdir /video/support/software/msfonts
cd /video/support/software/msfonts
wget corefonts.sourceforge.net/msttcorefonts-2.0-1.spec
yum -y install rpm-build cabextract ttmkfdir
rpmbuild -bb msttcorefonts-2.0-1.spec
rpm -ivh /root/rpmbuild/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm --nodeps
mkdir /video/support/software/win32codecs
cd /video/support/software/win32codecs
wget www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
tar xfvj all-20071007.tar.bz2
mkdir /usr/lib/codecs/
cp all-20071007/* /usr/lib/codecs/
ln -s /usr/lib/codecs/ /usr/lib/win32
yum install wget
mkdir /video/support/software/libdvdcss2
cd /video/support/software/libdvdcss2
wget dl.atrpms.net/f14-i386/atrpms/stable/libdvdcss2-1.2.10-5.fc14.i686.rpm
rpm -ivh libdvdcss2-1.2.10-5.fc14.i686.rpm