jrmann1999
8th November 2004, 17:08
I just added batch file support to ProjectX(in command line). Currently you have to pass each file as an argument. Now PX will recognize BFL(Batch File List) or TPL(Fusion HDTV native file list) formats. One file per line. Here's an example:
Contents of Simpsons.tpl
Simpsons.tp
Simpsons_01.tp
Simpsons_02.tp
Simpsons_03.tp
Command Line
java -jar ProjectX.jar -dvx2 -f <outdir> -n <base name> -i <videopid>,<audiopid> c:\path\to\simpsons.tpl
This also supports mixtures of batch file lists, and individual files, just add them to the argument list.
**EDIT
Apparently I can't attach this file as it's too big, but I won't be hosting this file personally for long.
http://216.158.212.114/projectx-batch.zip
Contents of Simpsons.tpl
Simpsons.tp
Simpsons_01.tp
Simpsons_02.tp
Simpsons_03.tp
Command Line
java -jar ProjectX.jar -dvx2 -f <outdir> -n <base name> -i <videopid>,<audiopid> c:\path\to\simpsons.tpl
This also supports mixtures of batch file lists, and individual files, just add them to the argument list.
**EDIT
Apparently I can't attach this file as it's too big, but I won't be hosting this file personally for long.
http://216.158.212.114/projectx-batch.zip