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: basic Question about PVR-350 playback

 
  • 0 Vote(s) - 0 Average
Zprocess: basic Question about PVR-350 playback
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#11
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]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,983
Threads: 770
Joined: Nov 2003
#12
2007-03-25, 05:50 AM
zehd Wrote: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>
Sorry, it doesnt support that. It'll only work with ffmpeg.exe
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#13
2007-03-25, 05:52 AM
sub Wrote:Sorry, it doesnt support that. It'll only work with ffmpeg.exe

And, you wouldn't be able to add that, similar to other transcode options?
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]
yofive
Offline

Junior Member

Posts: 24
Threads: 5
Joined: Mar 2007
#14
2007-03-25, 04:13 PM
Sorry, but I don't understand what the last two posts mean. It sounds like 1. I can not use zprocess to transcode on the fly in GBPVR and the PVR350 out; 2. I can only use ffmpeg .

Also, I tried changing the command line like Zehd said and there was no change (ie. no file played, no addition to the zprocess log). Attached are my .log files.

If I need to use ffmpeg, what should I put in the command line of PVR350transcode?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#15
2007-03-25, 06:02 PM
yofive Wrote:Sorry, but I don't understand what the last two posts mean. It sounds like 1. I can not use zprocess to transcode on the fly in GBPVR and the PVR350 out; 2. I can only use ffmpeg .

Also, I tried changing the command line like Zehd said and there was no change (ie. no file played, no addition to the zprocess log). Attached are my .log files.

If I need to use ffmpeg, what should I put in the command line of PVR350transcode?

The answer is, you will not be able to use ZProcess or any other program but FFmpeg to transcode on the fly for your 350.

You should leave the

Code:
<PVR350TranscodeCmdLine>-y -b 2200k -vcodec mpeg2video -i {SOURCE_FILE} {DEST_FILE}</PVR350TranscodeCmdLine>

line as it's default...

I don't have a 350 and sub has stopped supporting it. Not that he has purposely removed code supporting the 350, just that if something broke, he won't be fixing it.

Just so you know, something hasn't been broken. The support for using third party apps never existed for <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]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#16
2007-03-25, 07:34 PM
I tried the commandline from config.xml in a command-window, it worked ok.
If you start the avi in gbpvr, can you see the ffmpeg.exe running/starting in windows taskmanager?
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
yofive
Offline

Junior Member

Posts: 24
Threads: 5
Joined: Mar 2007
#17
2007-03-26, 04:43 AM
Ok.

If I use the zprocess command line ( <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>), no ffmpeg starts up in the task manager.


If I use the orig command line:
<PVR350TranscodeCmdLine>-y -b 2200 -vcodec mpeg2video -i {SOURCE_FILE} {DEST_FILE}</PVR350TranscodeCmdLine>

ffmpeg starts up in the task manager, but I am back to where I was at the start (no video plays). Should I use the orig command line? If so, am I using the wrong codec? Thank you for any help you can give.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#18
2007-03-26, 01:41 PM
yofive Wrote:Ok.

If I use the zprocess command line ( <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>), no ffmpeg starts up in the task manager.


If I use the orig command line:
<PVR350TranscodeCmdLine>-y -b 2200 -vcodec mpeg2video -i {SOURCE_FILE} {DEST_FILE}</PVR350TranscodeCmdLine>

ffmpeg starts up in the task manager, but I am back to where I was at the start (no video plays). Should I use the orig command line? If so, am I using the wrong codec? Thank you for any help you can give.

To be clear, you can't use ZProcess or any OTHER program than FFmpeg. That means your only alternative is to use the default entry for the 350.

At this point its a matter of tweaking the command line. And since I don't have a 350, I probably won't be able to help very much...
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]
yofive
Offline

Junior Member

Posts: 24
Threads: 5
Joined: Mar 2007
#19
2007-03-26, 02:05 PM
Thank you. I will use the default command line. Do you (or anybody) know what each item in the command line means? I can play with the line after I have some sense of what each part means. Thank you again for all of your help.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#20
2007-03-26, 08:18 PM
If you use the default ffmpeg-commandline does a file with .mpg extension get created in your recordings-dir. If so could you run it through Gspot and tell us the specs of the file.
http://gspot.headbands.com/
Maybe something with audio is going wrong, or whatever.
I do have a 350 but I can't try the tv-out of it because I haven't got it near the tv, I use the MVP for viewing. I don't feel like carrying the tv up the stairs to the "server-room".Big Grin

edit: Have you tried it with different avi's.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  problems installing zprocess on windows 7 64 bit bertros 3 6,732 2010-04-16, 05:17 PM
Last Post: bertros
  zProcess and Windows Home Server grits 3 7,055 2010-03-07, 06:06 AM
Last Post: zehd
  zProcess ffmpeg "Incorrect frame size" meccano 3 6,165 2010-02-01, 02:46 PM
Last Post: zehd
  zprocess in postprocessing.bat alevideotestservice 2 3,205 2009-12-22, 07:01 PM
Last Post: alevideotestservice
  zprocess... to work or not to work... medic29 26 10,940 2009-11-04, 05:54 PM
Last Post: zehd
  Zprocess & MVP: Can I watch DVD´s yet? Knobby 5 3,482 2009-11-02, 07:10 PM
Last Post: zehd
  Zprocess postprocessing ? Dufcoum 13 6,863 2009-08-19, 10:15 PM
Last Post: Dufcoum
  ZPROCESS: Audio sloooooow on MVP goobie 5 3,558 2009-08-18, 01:34 PM
Last Post: zehd
  MVP+Zprocess: Avi plays with audio only, no video goobie 3 3,205 2009-07-10, 08:01 PM
Last Post: zehd
  zback2back question zaprat 5 3,791 2009-04-21, 12:07 PM
Last Post: LewE

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

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

Linear Mode
Threaded Mode