NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) ZTools and UltraXMLTV v
« Previous 1 2 3 4 5 6 … 12 Next »
Zprocess2: How do I know it's working?

 
  • 0 Vote(s) - 0 Average
Zprocess2: How do I know it's working?
Zato
Offline

Member

Posts: 188
Threads: 38
Joined: May 2006
#1
2008-10-13, 04:48 AM
Stupid question. I followed the wiki instructions to install it. On Step 6 it says to start Zprocess again and it will ask to register itself with GBPVR - it doesn't do this, it just opens the GUI.

I tried playing a video, but not sure it's using ZProcess.

How do I tell?

Thanks!
Dedicated HTPC: MSI K7N420 Pro, AMD 2200+, 1.5GB RAM, PVR150, 550Pro, ATI 9800XT, 300GB Maxtor HD, Diamond XTreme DDL Sound, MVP over wireless bridge, GBPVR 1.2.13
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2008-10-15, 05:18 PM
Zato Wrote:Stupid question. I followed the wiki instructions to install it. On Step 6 it says to start Zprocess again and it will ask to register itself with GBPVR - it doesn't do this, it just opens the GUI.

I tried playing a video, but not sure it's using ZProcess.

How do I tell?

Thanks!

If it doesn't ask, then It might have done it when you weren't looking (or you know, one two many beers!!!)

Open the Config.xml and check under the transcode command string and see if it references something like ../ZTools/ZProcess.exe....
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]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#3
2008-10-15, 05:49 PM
I'm releasing a new version soon that has a few more checks and fixes built in to be sure all required settings and software are installed. I'll also be updating the wiki to be clearer.

Until I do though, the version posted is perfectly fine, so if you have trouble hang in there...
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]
Zato
Offline

Member

Posts: 188
Threads: 38
Joined: May 2006
#4
2008-10-20, 06:07 PM
Thanks Zehd.

Since installing ZProcess I haven't gotten ANY files to transcode properly. I've since tried to remove it, but am getting the same error. I'll wait for the next version, maybe I'm missing something.


Media stream thread caught exception: System.IO.FileNotFoundException: Could not find file 'E:\DVR Recordings\MVP00134989BCCF2.mpg'.
File name: 'E:\DVR Recordings\MVP00134989BCCF2.mpg'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at GBPVRX2.MVP.x3ca133dee7547455.xf9d81bb81f7c2ff0()
Dedicated HTPC: MSI K7N420 Pro, AMD 2200+, 1.5GB RAM, PVR150, 550Pro, ATI 9800XT, 300GB Maxtor HD, Diamond XTreme DDL Sound, MVP over wireless bridge, GBPVR 1.2.13
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#5
2008-10-21, 03:57 PM
Zato Wrote:Thanks Zehd.

Since installing ZProcess I haven't gotten ANY files to transcode properly. I've since tried to remove it, but am getting the same error. I'll wait for the next version, maybe I'm missing something.


Media stream thread caught exception: System.IO.FileNotFoundException: Could not find file 'E:\DVR Recordings\MVP00134989BCCF2.mpg'.
File name: 'E:\DVR Recordings\MVP00134989BCCF2.mpg'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at GBPVRX2.MVP.x3ca133dee7547455.xf9d81bb81f7c2ff0()

I will guarantee that you played with ffmpeg transcode (in gb-vr config) seetings before you started using ZProcess, because a defaulot GB-PVR doesn't have this much trouble... :-)

BTW that log doesn't help me! It is obvious, though that nothing is being trancoded so, GB-PVR fails to start displaying the temp file...

Open ZProcess, and click GB-PVR settings, and then click 'remove refs'

Now open the config.xml, and compare it to the master config.xml from gbpvr directory.

You're looking for the transcode lines, tand there should be no reference to any program in the command line. When all good proceed...

Code:
<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -b 2400k -ar 48000 -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>
  <MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" -b 2400k -ar 48000 -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>


Code:
<CustomFFmpegConversions>
    <Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -deinterlace -vcodec xvid -qscale 5 -vtag XVID {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1000k -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="Video Ipod" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Sony PSP" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f psp -r 29.97 -s 368x208 -b 768k -ar 24000 -ab 32 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Mobile .3GP" cmd="-y -i {SOURCE_FILE} -acodec aac -vcodec mpeg4 -s qcif -aspect 4:3 {DEST_FILE}" targetExtension=".3gp" />
    <Conversion name="WMV-1200kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 1200k {DEST_FILE}" targetExtension=".wmv" />
    <Conversion name="WMV-700kb/s" cmd="-y -i {SOURCE_FILE} -vcodec wmv2 -b 700k {DEST_FILE}" targetExtension=".wmv" />
    <Conversion name="FixAudio" exe="mencoder.exe" cmd="{SOURCE_FILE} -ovc copy -oac pcm -fourcc H264 -forceidx -aspect 16:9 -o {DEST_FILE}" targetExtension=".avi" />
  </CustomFFmpegConversions>


Next, open ZProcess again. It should ask if you want to add references... Click Yes...

Next goto the gbpvr settings again, and make sure that you have the settings... MVP Transcode using FFmeg is set to 'true'.

Click Save to config.xml and restart the recording service...
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]
Zato
Offline

Member

Posts: 188
Threads: 38
Joined: May 2006
#6
2008-10-22, 05:41 AM (This post was last modified: 2008-10-22, 06:17 AM by Zato.)
Thanks again Zehd. After clearing and re-installing ZProcess asked me this time if I wanted to setup GBPVR. I even got a Done! prompt. Cool.

However, I had the same problem I had before - GBPVR won't start. Looking in the Event log I see there are some unclosed tags in the config.xml. The ZProcess install did this last time, but I figured it was due to not installing all the way. Nearly all of those <Conversion tags are missing their closing "/>". I put them in and now GBPVR starts.

I changed logging to Debug, now I'm getting more info than I ever wanted to know Tongue.

Will bug you again if I see something meaningful in them.

EDIT: Ok - Logs helped me with a couple issues. Some missing skin files, probably not a big deal but I fixed most of them. The big thing was that upon first connecting the MVP, it takes awhile (10mins?) to load up all the channel info, taking >90% CPU. I'm assuming any transcode attempt during this time will fail.

So I wait for everything to load, and fire up a video.... it almost works! Almost cause I get sound but no video, lol. Geez, can't catch a break! Tried a couple videos, same result. Maybe my transcode delay of 8seconds is too long? I dunno.

I'll have to dig into the logs tomorrow.
Dedicated HTPC: MSI K7N420 Pro, AMD 2200+, 1.5GB RAM, PVR150, 550Pro, ATI 9800XT, 300GB Maxtor HD, Diamond XTreme DDL Sound, MVP over wireless bridge, GBPVR 1.2.13
Zato
Offline

Member

Posts: 188
Threads: 38
Joined: May 2006
#7
2008-10-24, 03:16 PM
Ok, well I can't see anything obvious in the log...

It starts streaming, I get sound but no video. Then after 10 seconds or so it exits GBPVR completely and I have to reconnect.
Dedicated HTPC: MSI K7N420 Pro, AMD 2200+, 1.5GB RAM, PVR150, 550Pro, ATI 9800XT, 300GB Maxtor HD, Diamond XTreme DDL Sound, MVP over wireless bridge, GBPVR 1.2.13
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2008-10-24, 05:59 PM
Zato Wrote:Ok, well I can't see anything obvious in the log...

It starts streaming, I get sound but no video. Then after 10 seconds or so it exits GBPVR completely and I have to reconnect.

Could you post the ZProcess and fps log...
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]
Zato
Offline

Member

Posts: 188
Threads: 38
Joined: May 2006
#9
2008-10-25, 03:33 AM
Oops, here's the transcode log. I don't know what the fps log is.

Can't thank you enough for the help.
Dedicated HTPC: MSI K7N420 Pro, AMD 2200+, 1.5GB RAM, PVR150, 550Pro, ATI 9800XT, 300GB Maxtor HD, Diamond XTreme DDL Sound, MVP over wireless bridge, GBPVR 1.2.13
Zato
Offline

Member

Posts: 188
Threads: 38
Joined: May 2006
#10
2008-10-30, 02:44 PM
I guess the logs didn't reveal anything? Anything else I can try?

Thanks!
Dedicated HTPC: MSI K7N420 Pro, AMD 2200+, 1.5GB RAM, PVR150, 550Pro, ATI 9800XT, 300GB Maxtor HD, Diamond XTreme DDL Sound, MVP over wireless bridge, GBPVR 1.2.13
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): 1 2 3 4 5 … 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  UltraXMLTV Enhancer 2.2 stopped working dshoup 4 6,204 2017-09-09, 08:54 PM
Last Post: dshoup
  ZProcess2 - The case of the killed process... hockeyrink 3 2,342 2008-08-24, 05:27 AM
Last Post: hockeyrink
  ZProcess - Do All not working pbb 2 1,778 2008-05-18, 04:03 AM
Last Post: pbb
  Zprocess2.exe -run-time error '76' Path not found jaroslaw 29 12,512 2008-04-04, 04:47 PM
Last Post: zehd
  ZProcess2 not creating files and crashing MVP punchdrunk717 12 4,276 2008-03-23, 04:53 PM
Last Post: zehd
  Zprocess2 and dvr-ms files Rapper 1 1,798 2007-10-29, 02:35 AM
Last Post: zehd
  how to transcode to 3gp and move to removable drive in zprocess2 ryanmc 3 2,360 2007-10-01, 07:52 PM
Last Post: zehd
  ZProcess2 - not getting "Zprocess Settings" during install? jksmurf 29 6,945 2007-08-19, 03:33 AM
Last Post: zehd

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode