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 … 8 9 10 11 12 Next »
ZProcess: Can Transcode but MVP crashes...

Thread Closed 
 
  • 0 Vote(s) - 0 Average
ZProcess: Can Transcode but MVP crashes...
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#11
2007-01-13, 09:06 PM
I created the same directory structure as you are using and renamed on eof my avi to match yours...

I copied the command line GB-PVR is passing into a commdline.

As is, it errors because there is no quotes around the ZProcess full path (the space in 'Program Files' and 'Third Party' is causing trouble.

Wrapping the first file spec in quotes work. I have found it doesn't matter about the single or double slash...
Code:
"C:\Program Files\devnz\gbpvr\\Third Party\Zprocess\ZProcess.exe" -y -i "D:\Video's\Input\101_0146c.avi" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "D:\Video's\MVP000DFE0002D11.mpg"

Now, I haven't had this problem before. But I'll call sub over here to have a look at it...
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]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#12
2007-01-14, 04:17 PM
Quote:As is, it errors because there is no quotes around the ZProcess full path (the space in 'Program Files' and 'Third Party' is causing trouble.

Wrapping the first file spec in quotes work. I have found it doesn't matter about the single or double slash...
That wont be the cause for this problem via GB-PVR. The ProcessStartInfo() class I use takes the executable as a separate parameter, so no quotes are needed to identify the beginning and end of the executable name.

My guess is its something to do with the apostrophe in the recordings directory name.
murf64
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Dec 2006
#13
2007-01-14, 08:06 PM
Zehd and Sub, I loaded the lastest version of Zprocess, renamed the video's directory to videos, and tried a couple transcodes from the MVP. The first is at 2:50:42 and the second at 2:52:45. Both caused the MVP to reboot. Here's the logs.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#14
2007-01-15, 12:08 AM
According to the logs, GB-PVR tries to run ZProcess with the following command line, expecting MVP000DFE0002D11.mpg to be created.
Quote:1/14/2007 2:52:45 PM.498 VERBOSE [10] Starting FFmpeg transcode with: C:\Program Files\devnz\gbpvr\\Third Party\Zprocess\ZProcess.exe -y -i "D:\Videos\Input\Tale of Two Santas.avi" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "D:\Videos\MVP000DFE0002D11.mpg"

Soon after it attempts to play this file, but its not found.
Quote:1/14/2007 2:52:58 PM.046 VERBOSE [10] Opening media file: D:\Videos\MVP000DFE0002D11.mpg
1/14/2007 2:52:58 PM.046 ERROR [10] Media stream thread caught exception: Could not find file 'D:\Videos\MVP000DFE0002D11.mpg'.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#15
2007-01-15, 01:51 AM
murf64 Wrote:Zehd and Sub, I loaded the lastest version of Zprocess, renamed the video's directory to videos, and tried a couple transcodes from the MVP. The first is at 2:50:42 and the second at 2:52:45. Both caused the MVP to reboot. Here's the logs.

At 2:45, ZProcess restarted the recording service...
Code:
1/14/2007 2:45:39 PM : Restarting GB-PVR Recording Service... :

Did you ask it to? It shouldn't have.

According to the logs, It was never started, at all. GB-PVR never called it...

(first thing ZProcess does when it's started is add an entry to the log stating it started...)
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
#16
2007-01-15, 01:58 AM
sub Wrote:According to the logs, GB-PVR tries to run ZProcess with the following command line, expecting MVP000DFE0002D11.mpg to be created.


Soon after it attempts to play this file, but its not found.

@sub, You mentioned that your file launch mechansim doesn't require quotes. I get that, seen that before even...

It seems though, that ZProcess is not launched. I would not doubt it's similar to lanching the command line as it is from a dos box (where it stops because of the long file names)

@murf64, I suppose we could try the original launching way...

  1. Only use the ffmpeg folder,
  2. rename the real ffmpeg.exe to fmpeg,
  3. rename zprocess.exe to ffmpeg.exe,
  4. open ZProcess, 'find' the fmpeg.exe (one f)
  5. ask it to remove references to ZProcess in config.xml,

Then try again, with GB-PVR being fooled again into thinking it's dealing with ffmpeg.exe natively...
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
#17
2007-01-15, 02:04 AM
This is an example of the log as it should look:

Code:
14/01/2007 7:01:30 PM : **************************** :
14/01/2007 7:01:30 PM : ZProcess v1.0.871 is started. :
14/01/2007 7:01:30 PM : ZProcess path: C:\Program Files\devnz\gbpvr\Third Party\Zprocess\ZProcess.exe :
14/01/2007 7:01:30 PM : FFmpeg   path: C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe :
14/01/2007 7:01:30 PM : MEncoder path: C:\Program Files\mplayer\mencoder.exe :

14/01/2007 7:01:30 PM : Input file passed from CmdLine: D:\Videos\Input\101_0146c.avi : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:30 PM : NewVideoFile : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : AVIGetFileInfo with API: 608x336 : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Output file passed: D:\Videos\MVP000DFE0002D11.mpg : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Switching to: Trans2MVP settings. : D:\Videos\Input\101_0146c.avi

14/01/2007 7:01:31 PM : Switching to: Trans2MVP settings. : D:\Videos\Input\101_0146c.avi


14/01/2007 7:01:31 PM : **************************** : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Preparing for Transcode... : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Set Output file: D:\Videos\MVP000DFE0002D11.mpg : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Next 'Transcode Stop' called by 'Transcode Start' to cancel previous Transcodes... : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Transcode Stop pressed : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : **************************** : D:\Videos\Input\101_0146c.avi

14/01/2007 7:01:31 PM : Transcode starts : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Using profile: Trans2MVP : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Commandline: "C:\Program Files\mplayer\mencoder.exe" -oac lavc -ovc lavc  -vf lavcdeint,scale=640:352,expand=0:-128:0:64,eq2=1.00:1.00:0.00:1.00:1.00:1.00:1.00:1.00 -srate 44100 -af lavcresample=44100,volume=0.0 -lavcopts vcodec=mpeg2video:keyint=6:acodec=mp2:abitrate=192:aspect=4/3  -ofps 29.97002997003 -o "D:\Videos\MVP000DFE0002D11.mpg" "D:\Videos\Input\101_0146c.avi" : D:\Videos\Input\101_0146c.avi
14/01/2007 7:01:31 PM : Process spawned. Waiting for process window to close. : D:\Videos\Input\101_0146c.avi

At the very least there should be a started entry...
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]
murf64
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Dec 2006
#18
2007-01-17, 02:00 PM
OK, my power was out here in Michigan for a couple days, but I'm up and running again. I tried a couple transcodes, and made some notes on the zprocess log. I hope it helps.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#19
2007-01-21, 10:52 PM
murf64 Wrote:OK, my power was out here in Michigan for a couple days, but I'm up and running again. I tried a couple transcodes, and made some notes on the zprocess log. I hope it helps.

I see what you're doing is trying many different ways. Unfortunately we shouldn't. I know that your goal is MVP and MEncoder.

But I want to be sure that all your AVIs transcode manually, to completion with FFmpeg, then try the same group of AVIs with MEncoder. The logs have to show everything cool...

Then once we know the profile works, then we don't touch it, while we try and figure out why GB-PVR isn't Calling ZProcess...

I might want to Remote control in, if you're cool with that...
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]
murf64
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Dec 2006
#20
2007-01-22, 04:36 PM
Zehd, You lost me here. Everything has been transcoding fine with ffmpeg and mencoder on the pc, even through GBPVR (on the pc) or via a batch file (on the pc). The only time I have any trouble is through the MVP. There's some disconnect between zprocess and mvp. Look at gbpvr.exe-1.log at 1/22/2007 10:17:32 AM.348, I tried to use the "transcode" feature on the MVP, and it sent it into some loop.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  problems installing zprocess on windows 7 64 bit bertros 3 6,627 2010-04-16, 05:17 PM
Last Post: bertros
  zProcess and Windows Home Server grits 3 6,955 2010-03-07, 06:06 AM
Last Post: zehd
  zProcess ffmpeg "Incorrect frame size" meccano 3 6,088 2010-02-01, 02:46 PM
Last Post: zehd
  zprocess in postprocessing.bat alevideotestservice 2 3,123 2009-12-22, 07:01 PM
Last Post: alevideotestservice
  zprocess... to work or not to work... medic29 26 10,620 2009-11-04, 05:54 PM
Last Post: zehd
  Zprocess & MVP: Can I watch DVD´s yet? Knobby 5 3,379 2009-11-02, 07:10 PM
Last Post: zehd
  Zprocess postprocessing ? Dufcoum 13 6,638 2009-08-19, 10:15 PM
Last Post: Dufcoum
  ZPROCESS: Audio sloooooow on MVP goobie 5 3,444 2009-08-18, 01:34 PM
Last Post: zehd
  MVP+Zprocess: Avi plays with audio only, no video goobie 3 3,121 2009-07-10, 08:01 PM
Last Post: zehd
  Can you clarify functionality of ZProcess please Elmo Putney 4 3,680 2009-03-23, 09:37 PM
Last Post: Elmo Putney

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

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

Linear Mode
Threaded Mode