I finally got around to do some testing with this and I've run into trouble.
I created a new profile HD2MVP1, which is simply a copy of Tran2MVP for testing purposes. Following the example you show above for the Trans2MVP profile, I added it as a custom conversion in my config.xml as follows:
Code:
<Conversion name="HD2MVP1" exe="ZProcess\ZProcess.exe" cmd="{SOURCE_FILE} HD2MVP1 {DEST_FILE}" targetExtension=".mpg" />
When I invoke it, it do anything, leaving the following in the log:
Code:
3/6/2007 10:40:19 PM : Transcode starts
3/6/2007 10:40:19 PM : Using profile: HD2MVP1
3/6/2007 10:40:19 PM : Commandline:
3/6/2007 10:40:24 PM : Process spawned. Waiting for process window to close.
3/6/2007 10:40:25 PM : Transcode finishes moving files
3/6/2007 10:40:25 PM : Transcode finishes. Time: 00:00:07
If I leave the profile name out of the command line, as in:
Code:
<Conversion name="HD2MVP1" exe="ZProcess\ZProcess.exe" cmd="{SOURCE_FILE} {DEST_FILE}" targetExtension=".mpg" />
then ZProcess runs my default 2mpg profile, which shows the following in the log:
Code:
3/6/2007 10:34:04 PM : Transcode starts
3/6/2007 10:34:04 PM : Using profile: 2mpg
3/6/2007 10:34:04 PM : Commandline: "C:\Program Files\mplayer\mencoder.exe" -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=352:240,expand=0:0:0:0,eq2=1.00:1.00:0.00:1.00:1.00:1.00:1.00:1.00 -srate 48000 -af lavcresample=48000,volume=0.0 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=2400:vbitrate=2400:keyint=18:acodec=mp2:abitrate=192:aspect=4/3 -ofps 29.97002997003 -o "\\Cav\drive_f\Video\Recent Recordings\American Idol\American Idol_20070306_20002100.mpg" "\\Cav\drive_f\Video\Recent Recordings\American Idol\American Idol_20070306_20002100.ts"
3/6/2007 10:34:04 PM : Process spawned. Waiting for process window to close.
So, am I doing something wrong to use a named profile?
Also, another question. I thought I understood that ZProcess will automatically scale the video to fit the MVPs dimensions, so my widescreen videos will end up letterboxed on the MVP. That's not happening. Is this because I'm using a .ts file to transcode?
Thanks for your help and the nice work you've put into ZProcess.