DvdWizard


Table of Contents

cmd:dvdwizard 
Usage 
Comments 
A U T O M A T I C D V D C R E A T I O N 

cmd:dvdwizard 

Usage 

Usage: dvdwizard [options] mpeg-file(s)
miscellaneous options:
----------------------
-h | --help    print this lot out
-v | --version print version and exit
general processing:
-------------------
-C | --config-file     filename of dvdwizard-configuration file
                        [~/.dvdwizard/dvdwizard.conf]
-o | --output          Path where the final DVD will be stored [$BASEDIR/dvd]
-x | --xml             Print dvdauthor XML-specs into this file
                        [$BASEDIR/dvdwizard.xml]
-l | --logfile         Write Log-Messages to this file [$BASEDIR/dvdwizard.log]
--restart              Do not start from beginning but from step x
                        x may be dvdcpics, mk_vmgm, mk_vtsm, author
--xmlonly              Do not author final DVD, only create menus and xml

Note: $BASEDIR defaults to the current directory if not stated otherwise in the config file (either default ~/.dvdwizard/dvdwizard.conf or specified with the -C option)

DVD-specific options:
---------------------
-T | --vmgm    DVD-Title <string> Titlestring for the whole DVD [-t]
                if not specified, Titlestring from the first Title on the
                DVD will be used
-B | --vmgmbg  Background-Picture for VMGM-Menu
-N | --tvnorm  TV-Norm to use <PAL|NTSC> [PAL]
-V | --tvsize  Visible Area on TV-Screen <XxY> [635x535]
-WS             Widescreen-Option (nopanscan or noletterbox) for whole DVD
                may be overwritten by -ws for a specific titleset
-P | --palette  Name of palette File, needed i. E. for subpictures
-A | --Audio   language for audiotracks. <lang1,lang2,...,langn> [de,en]
                for each different audio-track format (mp2,ac3), assignment of
                language starts from beginning of list. first mp2 and ac3 track
                found in stream will be assigned to "lang1", second track to
                "lang2" etc.
                applies to all titlesets on the DVD, may be overwritten by -a
                for a specific titleset
--audio-seq    Assign languages in sequential mode, regardless of audio formats
--notitle      Suppressed printing of DVD-Title on VMGM-Menu
Title-specific options:
-----------------------
-t | --vts     Create a new titleset on the DVD with the subsequent options and
                mpeg-files.
                -t must be followed by a filename or a string or the
                word "auto" "auto" determines title-string from
                filename of first mpeg-file, if -t is followed by an
                existing filename, that file is considered to be the
                first mpeg in this titleset, else the string is used as
                movie title for this titleset
-c | --chapters Chapter-Specification <0|file|timecodes|interval> [300]
                0 means no chaptering except for different mpeg-files
-b | --vtsmbg  Background-Picture for VTSM-Menu
-ws             Widescreen-Option (nopanscan or noletterbox) for this titleset
-a | --audio   see -A, but only applies to this titleset
-s | --subpic   pass subpicture information to dvdauthor.
                This is a string like "en" for english, "de" for German etc.
                More Languages by Comma Separation, i.e. "-s de,en".

Note: Every new "-t" creates a new titleset on the DVD. Subsequent options -c, -b and -a and mpeg-file(s) apply only to that titleset. To create a DVD with 2 titlesets, use for example:

dvdwizard -t auto -c 300 title1.mpg -t auto -b background.ppm title2.mpg

Comments 

NB, need to make your multi-audio channel, multi-subtitle channels mpeg/VOB files first before using dvdwizard.

It emphasizes on creating menus and automate .xml file for dvdauthor.

documented on: 2005.09.20