Chapter 4. customization

Table of Contents
fondub configuration file
fondub command line options
customize DVD2AVI
customize LAME
customize avisynth
customize *dub (nandub/nandub_onepass/virtualdub)
batch file

You can use configuration files (text) and command line options for customization.

fondub is composed of the following programs.

fondub configuration file

The format of fondub configuration file

variable = value
, the file is named as "config.cf".

Specify -c DIR in command line option to specify the directory holding config.cf.

fondub.pl -c d:\fondub [options] [DIR]
DIR is the same directory fondub.pl locates unless -c specified.

fondub.pl always read defaults/config.cf by default. The evaluation order of variables follow

defaults/config.cf
config.cf at the directory specified as -c
command line option

The default configuration is as follows:

defaults/config.cf

#
# $FML: default.config.cf.sgml,v 1.2 2003/04/06 07:47:59 fukachan Exp $
#


# fondub program directory
fondub_dir		=	D:\fondub

# base directory programs locate.
# for example, we assumu $exec_dir\DVD2AVI\, $exec_dir\lame\, ...
libexec_dir		=	D:\libexec

# library programs: 
# we assume avisynth locates at D:\lib\avisynth et. al. 
lib_dir			=	D:\lib

# dub program you use: either of nandub, nandub_onepass and virtualdub.
dub			=	nandub_onepass

# audio bit rate: 128 Kbps by default (nandub default value).
audio_rate		=	128

# adjust audio delay if needed 
audio_delay_offset	=	0

# video bit rate: 910 Kbps by default (nandub default value).
video_rate		=	910

# target size for video data: 150 M bytes by default.
video_size		=	150

# which size you resize video data into.
# For example, 640x480, 320x240 ...
video_resize		=	640x480


#
# programs
#

# $exec_dir\dvd2avi\dvd2avi.exe
# dvd2avi_exe_path 	=

dvd2avi_options 	=	-Cs=2 -TN=1 -CF=2 -DRC=1

# $exec_dir\lame\lame.exe
# lame_exe_path 	=

lame_options 		=	--mp3input --decode

# $lib_dir\avitynth\
# avisynth_lib_dir 	=

# $exec_dir\nandub_onepass\nandub_onepass.exe
# dub_exe_path 		=

dub_options 		=	

my homepage is www.fml.org/home/fukachan/.
my free softwares are found at www.fml.org/software/.
fml 4.0 project homepage is www.fml.org/fml/menu.ja.html.
fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
about one floppy bsd routers, see www.bsdrouter.org/.
my laboratory will be nsrg.fml.org (under preparation).
Also, visit nuinui's world :) at www.nuinui.net.
For questions about me, e-mail <fukachan@fml.org>.
Copyright (C) 1993-2008 Ken'ichi Fukamachi

Powered by NetBSD.