2009-09-28, 01:32 AM
I was hoping to have pvrx2 start the transcoding process.
This should work in a bat file in the handbreak folder
the problem with .bat files is that pvrx2 will add new movies to encode instead of waiting for the encoding to finish to process the next
Code:
<Conversion name="handbreak" exe="HandBrakeCLI.exe" cmd="-i {SOURCE_FILE} -t 1 -c 1 -f mp4 -w 1280 -l 690 -e x264 -b 3000 -r 29.97 -a 1 -E faac -B 160 -R 0 -6 dpl2 -D 1 -x ref=2:bframes=2:me=umh -v -o {DEST_FILE}" targetExtension=".mp4" />
This should work in a bat file in the handbreak folder
Code:
HandBrakeCLI.exe -i temp.ts -t 1 -c 1 -f mp4 -w 1280 -l 690 -e x264 -b 3000 -r 29.97 -a 1 -E faac -B 160 -R 0 -6 dpl2 -D 1 -x ref=2:bframes=2:me=umh -v -o temp.mp4
the problem with .bat files is that pvrx2 will add new movies to encode instead of waiting for the encoding to finish to process the next

[SIGPIC][/SIGPIC]