2007-03-25, 05:36 AM
yofive Wrote:Thank you for your assistance. I have done all of the config steps like you said and it still does not seem to work. But very basic question (pls don't laugh): I do not have MVP, I have the PVR-350 PCI card. Do I need MVP to playback .avi with zprocess? would you like me to attach some .logs? if so which ones?
Oop. It slipped through the cracks. I didn't read that you are not using an MVP, but a 350. Well If I understand the 350 (and I hardly do) it also calls a command line out of the config.xml...
Code:
<PVR350TranscodeCmdLine>-y -b 2200k -vcodec mpeg2video -i {SOURCE_FILE} {DEST_FILE}</PVR350TranscodeCmdLine>
I just have to check with sub, I'm not sure if he has built in support for using other Transcoders on that line.
But if he has, you should be able to change it to:
Code:
<PVR350TranscodeCmdLine exe="ZProcess\ZProcess.exe">-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</PVR350TranscodeCmdLine>
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]