2008-05-04, 10:18 AM
I have followed the Wiki pages to install ZProcess for converting dvr-ms files.
I have created a profile called TV to try and convert files to PAL 352x288, in mpeg 4 format.
When using the interacive menu it always creates at 640x688 no matter what I set.
So I decided to create a batch file.
echo %1
c:
cd C:\program files\devnz\gbpvr\third party\ztools
zprocess2 %1 TV Auto
pause
When I drag a file onto it, all it does is ask if I wish add settings into GBPVR and then goes to the Interactive menu.
Help would be appreciated in getting either the interactive to use my TV settings, or modifying the batch so it works.
I have created a profile called TV to try and convert files to PAL 352x288, in mpeg 4 format.
When using the interacive menu it always creates at 640x688 no matter what I set.
So I decided to create a batch file.
echo %1
c:
cd C:\program files\devnz\gbpvr\third party\ztools
zprocess2 %1 TV Auto
pause
When I drag a file onto it, all it does is ask if I wish add settings into GBPVR and then goes to the Interactive menu.
Help would be appreciated in getting either the interactive to use my TV settings, or modifying the batch so it works.