Chinaunix首页 | 论坛 | 博客
  • 博客访问: 752191
  • 博文数量: 217
  • 博客积分: 2401
  • 博客等级: 大尉
  • 技术积分: 2030
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-16 06:58
个人简介

怎么介绍?

文章分类

全部博文(217)

文章存档

2023年(2)

2022年(3)

2021年(29)

2020年(12)

2019年(5)

2018年(5)

2017年(5)

2016年(3)

2015年(6)

2014年(12)

2013年(16)

2012年(9)

2011年(6)

2010年(15)

2009年(30)

2008年(59)

我的朋友

分类:

2010-05-13 02:55:15

This tutorial will take you step by step through installing all of the necessary to play rmvb (RealMedia Variable Bitrate) files in .

Though the steps and screenshots are specific to Ubuntu, they will likely be similar for other versions of . With that said, be sure to read the MPlayer file if you’re not using Ubuntu. Similar to some of the other tutorials on Simplehelp, this is almost certainly not the only way to play .rmvb in Ubuntu, but it’s the easiest way I could find. If you know of a easier method, by all means please feel free to leave a comment.

  1. The first step in playing .rmvb files in Ubuntu is to use the to install MPlayer. When you mark MPlayer for installation, you’ll be prompted to install additional (if they’re not already installed).
  2. play rmvb files in ubuntu linux
    click to enlarge

  3. After MPlayer has been installed, exit out of the Synaptic Package Manager and visit the page. the codec package for your platform (for example, if you’re using a 32bit Intel or , download the Linux x86 package).

    Save the file to your (or home folder). Once the download has completed, double-click that file. Select the folder to uncompress, and click the Extract button.

    play rmvb files in ubuntu linux
    click to enlarge

  4. Choose a location to extract the files (your desktop is ideal) and again click Extract.
  5. play rmvb files in ubuntu linux
    click to enlarge

  6. Make sure the files extracted correctly. They’ll be in a folder titled essential-date.
  7. play rmvb files in ubuntu linux

  8. Open up a Terminal by selecting Applications -> Accessories -> Terminal.
  9. play rmvb files in ubuntu linux

  10. Enter the following commands (and your password when prompted):

    cd Desktop
    cd essential-date
    sudo mkdir /usr/lib/codecs
    sudo cp * /usr/lib/codecs

  11. play rmvb files in ubuntu linux
    click to enlarge

  12. NOTE: you may need to install libstdc++5 to get .rmvb files to play. Even though it might not be necessary for you, it can’t hurt to install (the package isn’t very big). Run the command: sudo apt-get install libstdc++5 in a Terminal, or use Synaptic and search for libstdc++5. Thanks to everyone who commented (see comments below) for the tip.
  13. Launch MPLayer by selecting Applications -> Sound & Video -> MPlayer Movie Player. Right-click in the Mplayer – Video window and select Preferences from the menu.
  14. play rmvb files in ubuntu linux

  15. Select the Video tab and change the Available drivers: to x11 X11 (XImage/Shm).
  16. play rmvb files in ubuntu linux
    click to enlarge

  17. Select the Codecs & demuxer tab and change the Video codec family: to RealVideo decoder and the Audio codec family: to FFmpeg/libavcodec audio decoders. When you’re done, click OK and close down MPlayer.
  18. play rmvb files in ubuntu linux
    click to enlarge

  19. Locate one of your .rmvb files, right-click it and select Properties.
  20. play rmvb files in ubuntu linux

  21. Select the Open With tab and change whatever the default is to MPlayer Movie Player. Click Close.
  22. play rmvb files in ubuntu linux
    click to enlarge

  23. Double-click any of your .rmvb files and they should open up in MPlayer and start playing.
  24. play rmvb files in ubuntu linux

阅读(1105) | 评论(0) | 转发(0) |
0

上一篇:install module

下一篇:Makefile

给主人留下些什么吧!~~