[MPlayer-dev-eng] Fw: [MPlayer-users] [BUG REPORT] dvd + playtree dvdangle == 0
Alban Bedel
albeu at free.fr
Fri Jan 25 09:12:09 CET 2002
A bug report about the DVD code. If someone with a DVD drive can fix it, it would be
kind. I think it just a matter of :
hand_made_diff libmpdemux/open.c
187a187
< --dvd_chapter; // remap 1.. -> 0..
---
> m_config_set_int(mconfig,"dvdangle",dvd_angle-1); // remap 1.. -> 0..
Perhaps with check of the returned value when MP_DEBUG is defined ;-).
Albeu
Begin forwarded message:
Date: Fri, 25 Jan 2002 00:31:12 -0500
From: D Richard Felker III <dalias at aerifal.cx>
To: mplayer-users at mplayerhq.hu
Subject: [MPlayer-users] [BUG REPORT] dvd + playtree dvdangle == 0
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
I just tried the following command line, playing around with the new
-chapter syntax, and noticed a problem...
./mplayer -vo mga -aid 128 -sid 0 dvd://1 -chapter 1-1 dvd://1 -chapter 3-3
For the second dvd://1 in the list, dvdangle somehow gets set to 0
rather than 1, resulting in the following fatal error:
Invalid DVD angle number: 0
The DVD being tested is Crouching Tiger Hidden Dragon (US/NTSC
release). Adding -dvdangle 1 explicitly after the second dvd://1 makes
it work, but this shouldn't have to be done.
Also of interest -- the following does not help:
./mplayer -vo mga -aid 128 -sid 0 -dvdangle 1 dvd://1 -chapter 1-1 dvd://1 -chapter 3-3
The value of dvdangle *still* gets reset to 0 after the first chapter
is played.
If anyone would like further information, I'd be happy to provide more
complete logs of output, but I don't think there's anything else that
would help in debugging the problem.
Rich Felker
_______________________________________________
RTFM!!! http://www.MPlayerHQ.hu/DOCS
Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users
More information about the MPlayer-dev-eng
mailing list