Article Title: Solve the Problem of playing rmvb in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
For some subtle and strange reasons, I prefer to use KDE. The old saying is: KDE-Pro (Pro KDE ?), Or translated into KDE School. Haha, I did not expect that there is still such a "line head ".
Here, I am using rmvb for many videos. I am depressed that I have not been able to play rmvb smoothly for a long time. Today, another whimsy is coming. It turned out to be the DecoderS problem. Now that you have started writing, remember some playing tools and methods.
I initially thought of RealPlayer for playing rmvb. So I found http://www.real.com/linux/, and found the latest RealPlayer for Linux 10Gold. Remember to use a binfile to directly run and install it, which is relatively simple. In this way, common rm and rmvb files are supported. However, there are often some problems on my machine, especially the setting options in the menu. Once it is enabled, the program will lose the response, and then only the process can be forcibly closed or even killed. After the development, the video can no longer be played. I deleted the program because it cannot be opened. (I believe this should be a local problem, good luck !)
We still have to watch MPlayer, but it is a pity that we didn't try it for a movie. Go to http://www.mplayerhq.hu/to find the information you provided, and of course there are a bunch of MPlayer stuff. Wow, there are three types: Player, decoding library, and skin. I don't really like using this thing. You can try it again. Download the mplayer source code and select the OS type. The file is similar to MPlayer v1.0rc1 source. decompress and run the command. /Configure, make, and makeinstall. Depending on the machine status, the compilation takes about five minutes. Of course, the installation is normal. If you need GUI support, remember to run the following command during Configuration :. /Configure -- enable-gui. These are done well, and the next (more) important thing is to install decoderS (S is added to indicate that there are many ). DecoderS under is a compressed package. decompress the package and copy it to the/usr/local/lib/codecs/folder. We also recommend/usr/local/lib/win32, because some old playback software may be used, of course, if the two folders do not exist, create one by yourself. Step 3 (optional) is to install a GUI skin. Download the package here, decompress the package, and copy it to/usr/local/share/mplayer/skins/or ~ /. Mplayer/skins. It is said that it can be automatically recognized and used. I have not tried it. I only completed the first two steps and then run: mplayer. If you have a GUI, you can run: gmplayer.
In the second step of using MPlayer, these Codecs are a bit exquisite. In general, I would like to download a package such as essential-20061022.tar.bz2 and decompress it. Unfortunately, there may be problems. The support for rmvb is not good and it may not be able to play the video (but some of my friends can use it, I did not go into the cause more carefully .). Because rmvbdepends on the rp9codecspackage, rp9codecs-20050115.tar.bz2 can be used. Of course, there are comprehensive and secure solutions to download the so-called codecs-all, including all the decoding libraries.
At the beginning, for some subtle and strange reasons, I prefer KDE. Of course, there are also some preferences for Kaffeine. My "Caffeine" version is based on 0.8.2 of KDE3.5.5. Its performance and stability are much higher than before. I personally think it is recommended. If you want to use this player to put a lot of things you want, the key lies in the location of the decoder library. If you have not configured the decoder path, you may encounter the cook. so problem when playing rm/rmvb. Well, in the settings of Kaffeine> Xine parameter settings> decoder column, select the decoderS path you downloaded. It seems to be/usr/lib/codecs/by default. Oh, this is not consistent with what we saw earlier. I just didn't find this point, it took a long time to silence rmvb. Note that the final point we just finalized is:/usr/local/lib/codecs/. Save and OK.