View Single Post
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#1
Hi all,

Here is my first attempt to package mplayer with dvd support :

Download packages here :

http://bigbob.fun.free.fr/mplayer_1....emo1_armel.deb
http://bigbob.fun.free.fr/libdvdnav4_4.1.2-3_armel.deb
http://bigbob.fun.free.fr/libdvdread...7-11_armel.deb

Activate all repositories following this tutorial : http://thenokiablog.com/2009/10/27/m...-applications/

Then, as usual, as root, install with :

Code:
cd where_you_put_packages
dpkg -i mplayer_1.0svn20091221+libdvdread-support-0maemo1_armel.deb libdvdnav4_4.1.2-3_armel.deb libdvdread3_0.9.7-11_armel.deb
Fix all missing packages with :

Code:
apt-get install missing1 missing2 missing3 missingXX
You probably want to set defaults parameters for mplayer, so I propose you create a file '/home/user/.mplayer/config', containing :

Code:
fs=yes
ao=pulse,alsa,sdl:aalib
stop-xscreensaver=yes
framedrop = yes
alang = fr
Obviously, change 'alang' parameter with your preferred language here

Well, ok, but dvd support for what ???

For something like that :

Code:
mplayer dvd:// -dvd-device /home/user/MyDocs/Reservoir\ Dogs.iso
Hope you like it ...

A++

Last edited by colin.stephane; 2010-11-23 at 10:42.
 

The Following 21 Users Say Thank You to colin.stephane For This Useful Post: