Today's problem:
Is there a minimum title length on a DVD? I have one 4second title followed by another 1 second title, followed by a menu. This is fine for the most part, but on one DVD player it gets to the second title and just stops half way through. I tried removing the first 4 second title, and that didn't help, and I tried making the second title 8 seconds long, and then it stopped after the first title.![]()
+ Reply to Thread
Results 1 to 8 of 8
-
-
I believe that a DVD needs at least 1GB of data on it. There are some burning programs that will add the extra "padding" to get you there. Nero being one of them.
Mark -
I'm using DVD Author, and as if by magic:
<dvdauthor dest="c:\crap\dvdpub">
<vmgm>
</vmgm>
<titleset>
<menus>
<video format="pal" aspect="4:3"/>
<pgc>
<pre>
if (g1==0) jump title 1;
if (g1==2) jump menu 2;
</pre>
<button>g1=2; jump menu 2;</button>
<vob file="c:\crap\dvdpub\Menu1_sub.mpg"/>
</pgc>
<pgc>
<button>jump title 3;</button>
<button>jump title 4;</button>
<button>g1=1; jump menu 1;</button>
<vob file="c:\crap\dvdpub\Menu2_sub.mpg"/>
<post>jump menu 2;</post></pgc>
</menus>
<titles>
<video format="pal" aspect="4:3"/>
<pgc>
<vob file="c:\crap\dvdpub\Title1.mpg"/>
<post>jump title 2;</post>
</pgc>
<pgc>
<vob file="c:\crap\dvdpub\Title2.mpg"/>
<post>g1=1; call menu;</post>
</pgc>
<pgc>
<vob file="c:\crap\dvdpub\Title3.mpg"/>
<post>g1=2; call menu;</post>
</pgc>
<pgc>
<vob file="c:\crap\dvdpub\Title4.mpg"/>
<post>g1=2; call menu;</post>
</pgc>
</titles>
</titleset>
</dvdauthor>
The offending player is a Liteon LVW-5006 recorder. Same disks work fine in my Wharfedale 750S, and on WinDVD and Power DVD on the PC. We're working on trying out some more drives.
My guess would be it's something to do with the variables or the menus, as that's probably more than your average DVD does. -
Try using fpc to play the first title instead of the variables. Also, do all of the titles have the same attributes?
-
Hi,
Sorry haven't followed this up for a few day. fpc? Can't find any mention of that in the help.
Similar Threads
-
Separate multiple title DVD into single title DVDs
By Dogpoundz in forum DVD RippingReplies: 4Last Post: 24th Aug 2011, 19:49 -
Change length of an AVI. Reduce/Increase Frame Length
By Buzwinkle in forum Authoring (DVD)Replies: 4Last Post: 10th Aug 2011, 08:08 -
Toshiba DVR620KU Makes title named Blank Title, when I finalize a disc.
By Dim29 in forum Newbie / General discussionsReplies: 7Last Post: 8th Jul 2010, 20:18 -
Can title menu have active multiple thumbnails using CXtoD (using 1 title)?
By bobbyg in forum Authoring (DVD)Replies: 1Last Post: 26th May 2010, 09:32 -
How to add a chapter or a title to ONE ONLY TITLE in a DVD?
By coxanhvn in forum Newbie / General discussionsReplies: 4Last Post: 27th May 2009, 22:16