Devilstar wrote:and what about compiling mplayer with ffmpeg-mt support? where can i find all necessary libavcodec, libavformat, libdvdnav?
if i try to compile mplayer with the newest ffmpeg-mt libs (using git), i'll get errors...
Well I got mplayer with ffmpeg-mt compiled and running on Maverick

- I didn't write down all the commands that were necessary however - sorry.

It wasn't too difficult though.
I followed those two guides (the first one references the second):
http://ubuntuforums.org/showthread.php?t=1049449http://ubuntuforums.org/showthread.php?t=1024592...
BUT those guides are quite
OLD - So on Maverick some things were different for me:
- The live555 and libopencore-amr libs from the repositories worked fine with the mplayer svn version I used (SVN-r32841-4.4.5), so I didn't download them using git as suggested (I only fetched x264).
- You will certainly have to adept the list of libraries that shall be installed by 'apt-get install ...'. One good method to find out about those required libs is described in the second guide:
- Code: Select all
sudo apt-get build-dep mplayer
- Download ffmpeg from git (as described) and copy it into the 'mplayer' folder completely (Copying the three 'libav...' folders separately as suggested didn't work for me!). Then download libswscale using
- Code: Select all
git clone git://gitorious.org/libswscale/mainline.git
Rename it to 'libswscale' and move it into 'ffmpeg'. (The 'libswscale' is empty for ffmpeg-mt but there is a note in the git repository that this should be fetched manually.)