![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Way Too Much Ubuntu
![]() |
MKV Mayhem
Mplayer doesnt seem to play mkv files that great. I remember one time, i count go forward while watching a movie because it would freeze. And now the sonund is all distorted. Like in slow mo. Does anyone have a better codec?
|
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() |
Re: MKV Mayhem
or do i need to use some type of setting?
|
|
|
|
|
|
#3 | |
|
Just Give Me the Beans!
![]() Join Date: Feb 2006
Beans: 65
Ubuntu Breezy 5.10
|
Re: MKV Mayhem
Quote:
and could not,but after reading ya post it moved me to install mplayer,and it played the mkv file perfectly.I installed mplayer-586 and mplayer fonts. EDIT:MY MPLAYER VIDEO SETTINGS=enable double buffering =checked =enable direct rendering=unchecked =enable frame dropping =checked =enable HARD frame dropping =checked = flip image upside down=unchecked An alternativei noticed that many people are complaining about not playing mkv files on ubuntu, including myself..... so i started to compile VLC and noticed that when it's setting the matroska driver it searches for something else... Before you can play MKV files you need to do the following: In Konsole type... 1- sudo apt-get install libebml-dev 2- sudo apt-get install libmatroska-dev 3- sudo apt-get install libmp4v2-0 libmp4v2-dev After Installing these 3 files you will need to compile VLC, remember to get all VLC dependencys.. try this 4- sudo apt-get install libdvdcss2 libdvdcss2-dev libdvdplay0 libdvdplay0-dev libdvdnav-dev libdvdnav4 libdvdread3-dev libdvdread3 libogg-dev libogg0 libvorbis-dev libvorbis0a liba52-0.7.4-dev liba52-0.7.4 libmad0-dev libmad0 5- Go to http://www.videolan.org/vlc/download-sources.html and download the latest vlc source code, i have 0.8.4a and get ready to compile it... 6- Extract the file typing "tar -zxvf vlc-XXXX.tar.gz" and go in the extraxted directory, 7- Type "sudo ./configure --enable-mkv" (this might take a while) 8- Type "sudo make" (this also might take a while) 9-Type "sudo make install" if everything went well, try "vlc --list |grep mkv" it should display a line with "mkv Matroska stream demuxer" i'm assuming that you have installed the packages to compile... if not, try "sudo apt-get install build-essential autoconf automake1.9" the above is from this post= http://www.ubuntuforums.org/showthre...ying+mkv+files Last edited by DOtSlaSHuCantCME; March 29th, 2006 at 08:59 PM.. |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|