SYNOPSIS

  dvd2divx [-c <conf_file>] { -g | <action> }
  dvd2divx -h [split]
  dvd2divx -V

OPTIONS
  -c <conf_file>  override the default configuration filename (./dvd2divx.conf)

  -g              generate a config file template for easy adaption that
                  contains lots of helpful comments (see -c option)

  -h [split]      shows this help screen. If followed by "split" a
                  detailed description of the split actions will appear

  -s              simulation: generates and prints commands w/o executing them

  -q              be quiet, do not print commands to be executed

  -V              prints the script version and exits

ACTIONS

  <action> must be one of the following and should be called in that order:

  audio                 encode the audio track(s)

  calc <ts> <as> <len>  calculate the video bitrate for a movie with a length
                        of <len> seconds and a target size of <ts> MB.
                        The audio size <as> in bytes, created in action "audio",
                        will be taken into account.

  crop [<chapter>]      run autocropping for 30s to find out movie dimensions
                        <chapter> defaults to 2, should be a bright scene

  preview [<chapter>]   create a one minute preview without audio to check
                        video parameters

  video                 encode the video (takes several hours)

  mix                   mix the chosen languages to the video, creating one
                        stand-alone movie per language

  split <file> <split_action>

                        split the movie <file> by executing <split_action>;
                        call "dvd2divx -h split" for further explanation