[MPlayer-users] BUG?:How to play a ripped dvd , a bug or a lacking-deleted fTue Feb 5 23:33:21 2002

Alban Bedel albeu at free.fr
Fri Feb 8 11:18:02 CET 2002


On Fri, 8 Feb 2002 10:11:57 +0100 (CET)
Albino_Antonio Riganello <riganell at cs.unibo.it> wrote:

> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> On Thu, 7 Feb 2002, Alban Bedel wrote:
> 
> > > Especialy those where the behaviour changed.
> > 	I alredy write a mail about this, search the devel list, the subject is
> > 	"Update of man page, docs and help message is needed". Everybody ignored it :(
> > 	It don't said this (dvd/cdrom-device) but all the rest is there.
> Can you repost on mplayer-users,as I have not subscribed dev mailing
> list,but I can report bugs if I'll find any.
	You can search the in all list from the web page. But here it is :

--------------------------------------------------------------
Hello,

Now the new config/playtree stuff is about ready (I wait for some new bugreport ;-) )
it's time to update the man page/docs/help message to reflect the new command line
structure. Unfortulnaly I'm not able to do this (too bad english). I try to explain :
	mplayer [global option] entry1 [ entry2 ....]
Where global option is any option wich should affect all entries.
An entry is either a group, a filename, an url, a -vcd option, -dvd option or -tv option
containg the on arg in his parameter. Each entry can be followed by option
wich apply only to this entry ( group options can be after the group like for all
entries but also before the first entry of the group). Group create a subtree in the
playtree and can be nested. Exemple :
	mplayer -ao sdl file1 { -framedrop file2 file3 -vo x11 } file4
will play all entries using sdl audio, do framedropping on file2 and file3. X11 video
will be used for file3. The framedrop option could be placed just before file4 and it will 
do the same thing.
A few options can be anywere because they are not related to entry. It's
lircconf, gui, nogui, skin, slave, quiet, verbose, v, [-]help and h for mplayer.
For mencoder just verbose and v. Mencoder will only use the first entry, and
ignore the others.

The keys < and > can be used to jump to next/prev entry (this is in the docs
but not in the man page).
The keys HOME and END can be used to jump off from a subtree. In the previous 
exemple while playing file2 or file3 HOME will jump to file4 and END to file1 (ie it go up one 
level and then to next or prev). 
The keys INS/SUPP can be used when you have multiple source for an entry (currently 
you can only have this through an asx playlist) to select an other source.

There is also some alias to easily put DVD/VCD/TV in a playlist (also usable on the 
command line) :
dvd://x => -dvd x
dvd://   => -dvd 1
vcd://x => -vcd x
vcd://   => -vcd 1
tv://x    => -tv on:channel=x
tv://      => -tv on

And playlist option can also read asx files.

Ok all, should be there, but their is a few troubles with the tv demuxer and the vo drivers
 aa, gl and gl2 wich don't have a proper uninit. If someone could fix them it would be great.

	Albeu
---------------------------------------------------------------
Also note that the DVD code is not ready to be used in playlist. A don't have a DVD
drive so I can't fix it :( . The angle option cause some trouble (see a post in user-list
with subject "[MPlayer-users] [BUG REPORT] dvd + playtree dvdangle == 0") and
I saw in the code that mplayer will quit in case of error during DVD init while it should
now aboard and go to the next entry.
		Albeu




More information about the MPlayer-users mailing list