|
Usage is as follows: dvtodvd.sh [options] input-file output-file video-kbps [audio-kbps [start-end]] where options can be any of: -deint (deinterlace input video) -prog (input video is progressive, i.e. not interlaced) -half (scale video down to half size) -nocrop (do not crop input video to 704x480) -mono (encode audio in mono) -nosound (do not encode audio) -mp2 (encode audio in MP2 instead of AC3) -denoise (denoise video) -ffmpeg (use FFmpeg to encode video [default]) -mpeg2enc (use mpeg2enc to encode video) -ntsc (use NTSC parameters [default]) -pal (use PAL parameters) See FFmpeg vs. mpeg2enc and AC3 vs. MP2 if you're not sure which module/codec to use. |
|
if [ "x$1" = "x-deint" ] ; then |
|
if [ "x$1" = "x-multi" ] ; then MULTI=1 elif [ "x$1" = "x-deint" ] ; then |
|
|