Log in

View Full Version : Tytool authoring with *no* menus?


pnasci
21st January 2005, 18:15
(Search - done)

Hi all,
I've had great luck setting things up to make DVDs out of ty streams pulled from my Series1 DTivo, but was wondering if there's any way to have Tytool author a DVD with no menu?
I like to have one movie per DVD, and have no need for menus.

As it is, I create the VOBs using tytool, but use DVDAuthorGUI to do the actual menuless authoring. It would be nice to not have to do tha extra step.

Thanks in advance,
Paul

laserfan
4th February 2005, 05:39
When you use TyTools to output a fileset, you can abort the process and edit the make.bat file as below. Note removal of the --menu stuff, and changing post=vmgm to post=exit. This method was found by eastwind in the dealdatabase extraction forum:

Original:
"C:\TyTool9r14\dvdauthor" -o "K:\TEMP" --title -c0,600,1200,1800,2400,3000,3600,4200,4800,5400,6000,6600,7200,7800,8400,9000,9600 --instructions post=vmgm --file="G:\TiVoRips\Movie\The Bridge on the River Kwai-.ty.vob"
"C:\TyTool9r14\dvdauthor" -o "K:\TEMP" -T --menu --button 19x84-331x126,vts1 --file="K:\TEMP\menu.mpg"

Fixed:
"C:\TyTool9r14\dvdauthor" -o "K:

jdiner
11th April 2005, 08:51
This option has been added to the latest dev code and will be in the next release.

--jdiner