In ubuntu 7.04, by default, the film player totem cannot play the rmvb file normally. After the plug-in is installed, the system prompts that only the sound has no image. Unfortunately, the rmvb file is the mainstream format for downloading movies on the Internet.
After several hours of Data Query (because I am a beginner, I am a layman Based on Linux)
Install the gstreamer decoder.
Sudo apt-Get install gstreamer0.10-pitfdll gstreamer0.10-FFMPEG gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse Plugin-plugins-uugly gstreamer0.10-plugins-uugly-multiverse
Install the xine and decoder.
Sudo apt-Get install libxine-extracodecs totem-xine FFMPEG lame faad Sox mruntime tools libxine-main1
Install w32codecs.
Sudo apt-Get install w32codecs
If it cannot be found, it indicates that the 7.04 source does not exist. Download and install it at the following address:
Http://www.debian-multimedia.org/pool/main/w/w32codecs/
Select the w32codecs_20061022-0.0_i386.deb to automatically install.
Now, Totem can play rmvb. But unfortunately, with images, there is no sound.
Google again, the solution is as follows:
Edit ~ /. Xine/CATALOG. cache file:
Sudo gedit ~ /. Xine/CATALOG. Cache
Find:
[/Usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]
Change the number next to decoder_priority to 10.
Save and exit. (Skid)
In this way, you can play a movie in rmvb format. I am watching the movie. It's totally normal !~