goelweb.com --> Software --> Creating DVDs from DIVX (or Any Type of Video)
Updating the files below requires minimal technically saavy. Modify each batch file in the section
rem ########################################################################### rem SET VARIABLES rem ###########################################################################
Creates a file in directory %OUTDIR% with name as "file name only".mpg.
Creates a file in directory %OUTDIR% with name as "file name and extension only".mpg.
Creates directory %OUTDIR%\"file name only".
I've combined the three steps above into a single batch file. I've hardcoded all the directories into the files because I know exactly where the output of each program is created. It's not portable, but works for me.
rishi.goel@alumni.usc.edu