View Single Post
Old 2009-09-27, 09:30   Link #143
Jedai
Junior Member
 
Join Date: Oct 2007
Thumbs up

How to get a pretty recent mplayer with ordered chapter support and vdpau or ffmpeg-mt :

$ git clone git://repo.or.cz/mplayer-build.git
$ cd mplayer-build
$ ./enable-mt # for ffmpeg-mt, probably not useful if you can use vdpau, ffmpeg is more stable
$ ./init --shallow
$ make -j 5

And you'll have a pretty sweet build of mplayer with most of the recent goodies AND support of ordered chapters.
Don't forget to install nvidia-180-libvdpau-dev (on Ubuntu, or equivalent on your system) and all the necessary building tools (installing yasm is also a good idea).

--
Jedaļ

Last edited by Jedai; 2009-09-27 at 13:18. Reason: corrected one of the command
Jedai is offline