配置文件格式

dvdwizard 和 mencoder 的配置文件存储格式参考如下:

一、dvdwizard 的配置文件格式:

#
# Sample Configuration File for dvdwizard 0.6.3
#

#
# Some directories
#
BASEDIR="$(pwd)"                                        # All persistent files will reside here
TMPDIR="$BASEDIR"                                       # Put temporary files here
DESTDIR="$BASEDIR/dvd"                          # Where your final DVD structure will be

二、mencoder 的配置文件格式, info mencoder
1、格式示例: lavcopts=vcodec=mpeg4:autoaspect=1
2、可以针对不同的文件定义配置集合,如:

       [mpeg4]
       profile-desc="MPEG4 encoding"
       ovc=lacv=yes
       lavcopts=vcodec=mpeg4:vbitrate=1200

3、一些通用选项:
-codecpath


Specify a directory for binary codecs.

-codecs-file (also see -afm, -ac, -vfm, -vc)
Override the standard search path and use the specified file in‐
stead of the builtin codecs.conf.