Re: Cannot find PGC with entry 60000.0/1001.0 (NTSC FIELD RATE)
Ben Hutchings <ben-/[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <1278547713.4854.113.camel@localhost> |
On Wed, 2010-07-07 at 15:48 +1200, Lawrence D'Oliveiro wrote:
> On 07/07/10 14:33, Ben Hutchings wrote:
>
> > I believe the specified maximum number of menus is exactly 128.
I no longer think this.
> This page <http://www.dvd-replica.com/DVD/titledisplay.php> says a
> maximum of 99 titles, and this one
> <http://www.dvd-replica.com/DVD/vtsguide.php> 99 titlesets. Not sure
> where I got the menu limit from, but this page
> <http://www.alldj.com/sdvdc/support.htm> among others says 99.
<http://www.dvd-replica.com/DVD/linkpgcn.php> says "PGCs within a domain
are numbered from 1 and counted up sequentially to a limit of 999. ...
In the VMG and VTSM domain, the PGCs are numbered from 1 for each
language unit present in the domain."
> > dvdauthor appears to reserve some values for entry points so that the
> > usable maximum is 119.
>
> DVDAuthor does not use any numbers that might be confused with valid
> numbers of menus, titles or anything else.
Well, the grammar for menu or title number does this:
jtml: MENU_TOK NUM_TOK {
$$=$2;
}
| MENU_TOK {
$$=120; // default entry
}
| MENU_TOK ENTRY_TOK TITLE_TOK {
$$=122;
}
...
and NUM_TOK can be any value from 0 to 65535 here. So, whether the
limit is 99 or 128 or 999, the grammar does allow specified menu numbers
to conflict with the values for entry points.
Ben.
--
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
signature.asc
(application/pgp-signature, 828 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIVAwUATDUW+ue/yOyVhhEJAQK/yw/7BR0RlZzzuQg8+KHiMoOfCOHPvYyquytD 112Y5yA8xo+l0JjJcW2/kWwwsFiOhuhlSx4ptYBee1pjJJyGSRgkdvfoVulvsSwW LsDNruHSClgM/TOuONVihedN2mHS36Zw+4lhvtqRC9PofHsEBdweP0yeglToafMb QLVsm18mEVpWRBS3Zkm43SH5zowQAH8Sq5fg+7A9ESa6zpOeU1QAFTMKNm9HdWwU iLJNj4J2rXx/ApoZGzA9CvQ8FvB9CXIxAzpaSDQrRTBgq05t/ILTM8fHt9vvgBGE TREfgY0yGWflRZKmenD92vXCcqMEs15660HOuIHGimp7HSsFygUQwUDXlRmjanJg 5PcrDT/sfEKwNQwlE0/XW9cjsUOE7iTHKRQpoyrUmwaghIgDzXE9+jISB5hq+9WS etpfqTp/bTH7V9YD//eUaoEJcZPM884K9m1w1yyE9fpfvFBN3iqmHKCS5HGukmAp 8ZGNCD7HOI7RBWJOX1XmzgWrvWsItadOglahY7pcKXH6qvqqn99BcGt79r/kq5Ir FDmJO+eOsENf48huII1EjkWaYzj324IzEB+zcmUFRHOOp+xTzbIGrhXh4j/W3U2s 9IYKtA6Yr68yvaXOpEEcJVm/euKENZe00w/wjEods9fyVKLumhLmdQRlwLlWLsJO QU3FPRluwDs= =I6Je -----END PGP SIGNATURE-----