Anyone knows the trick?

And how to install ffmpeg ? yum install mpeg only returns this:

======================================================================================== Matched: mpeg ========================================================================================
libiec61883.i386 : Streaming library for IEEE1394
libiec61883.x86_64 : Streaming library for IEEE1394
qffmpeg-devel.i386 : Development package for qffmpeg
qffmpeg-devel.x86_64 : Development package for qffmpeg
qffmpeg-libs.i386 : Libraries for qffmpeg
qffmpeg-libs.x86_64 : Libraries for qffmpeg
link|improve this question
2  
Maybe try superuser.com? – Cocowalla Dec 13 '10 at 14:05
feedback

migrated from serverfault.com Dec 13 '10 at 15:06

This question came from our site for system administrators and desktop support professionals.

1 Answer

ffmpeg -- and other multimedia tools -- is available through the rpmfusion repository. Instructions for configuring your system to use rpmfusion are available here.

link|improve this answer
How to switch back the repository afterwards? – flv Dec 13 '10 at 14:39
1  
You don't need to "switch back" the repository. Your system can use multiple repositories. If you don't want it enabled by default, you can set "enabled=0" in the repository configuration and then use it explicitly with something like "yum --enablerepo=rpmfusion" on the command line. – larsks Dec 13 '10 at 14:46
feedback

Your Answer

 
or
required, but never shown