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
yofive
Offline

Junior Member

Posts: 24
Threads: 5
Joined: Mar 2007
#21
2007-03-27, 12:53 AM
Thank you for the reply.

1. I used the default cmd line. A .mpg file called "pvr350.mpg" gets created. It is the correct video and is recreated for each .avi I choose.

2. I ran it through Gspot. Gspot shows it is a MPEG-1 system stream with VBR 220279 kb/s. It uses the MPEG-1 Layer 2 codec (48000Hx 64 kb/x tot,stereo for audio; MPEG2 codec for video. Both codecs are installed according to Gspot.

3. I can play the video using the VLC player and it works great.

I am so close I can taste it...but what do I have to do to get it to play on the TV?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#22
2007-03-27, 02:02 AM
This is a command line generated with ZProcess and FFmpeg
Quote:"C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe" -y -i "C:\TV\Recorded\Movies\SHREK_2.avi" -target ntsc-dvd -deinterlace -b 4000k -vcodec mpeg2video -ab 224 -ar 48000 -acodec mp2 -ac 2 -r 29.97002997003 -s 616x336 -padtop 64 -padbottom 80 -padleft 4 -padright 20 -aspect 4:3 "C:\TV\Override\SHREK_2.mpg"

If I were to pull out bits and pieces, I would create a line like:

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

New:
Command line that adjusts Aspect ratio , 16:9 video letterboxed into 4:3
Code:
<PVR350TranscodeCmdLine>-y -i {SOURCE_FILE} -target ntsc-dvd -deinterlace  -b 4000k -vcodec mpeg2video -ab 224 -ar 48000 -acodec mp2 -ac 2 -r 29.97 -s 640x352 -padtop 64 -padbottom 64 -aspect 4:3  {DEST_FILE}</PVR350TranscodeCmdLine>

Command line that does not adjust Aspect ratio
Code:
<PVR350TranscodeCmdLine>-y -i {SOURCE_FILE} -target ntsc-dvd -deinterlace  -b 4000k -vcodec mpeg2video -ab 224 -ar 48000 -acodec mp2 -ac 2 -r 29.97 -s 640x480 -aspect 4:3  {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]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#23
2007-03-27, 02:17 AM
If you are still interested in using ZProcess to do this for you...you can always setup ZProcess to work the way it used, that is pretend to be 'ffmpeg'

One reason I stopped talking about it is its confusing. But if you follow these steps, it should make things work for you, even on the 350

First, find the Real ffmpeg.exe file. Rename it to 'fmpeg.exe' one 'f'. It's usually located in C:\Program Files\devnz\gbpvr\Third Party\FFmpeg

Then copy ZProcess into the ffmpeg folder, and then rename ZProcess.exe into ffmpeg.exe. You should now have an ffmpeg.exe and an fmepg.exe in the C:\Program Files\devnz\gbpvr\Third Party\FFmpeg folder

Next start ZProcess. Remember the file name is now called ffmpeg.exe
It will ask you if you want to remove references to ZProcess out of the config.xml. Click Yes, and restart the server as directed.

Again inside ZProcess, click the directories tab and browse for the fmpeg.exe file. Note: It will say you are looking for ffmpeg but you are really looking for fmpeg...

Now, You will be able to open a video and have ZProcess transcode on the fly, while it pretends to be ffmpeg...

If you choose to do this, even after my last post suggesting you to change the config.xml, you will not have to change the config.xml again.
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
#24
2007-03-27, 03:31 AM
Frank. I change the name of zprocess to ffmpeg and "ffmpeg" to fmpeg. Now the zprocess programs come up in the task manager and the "pvr350.mpg" video is created in the recordings folder (thank you for the detailed instructions). This is exactly what ffmpeg did as well. After, pvr350.mpg is created, I can manually browse and play the video on the TV.

The only problem is that it does not play automatically or on-the-fly. Any suggestions on how to make this last step?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#25
2007-03-27, 03:52 AM
yofive Wrote:Frank. I change the name of zprocess to ffmpeg and "ffmpeg" to fmpeg. Now the zprocess programs come up in the task manager and the "pvr350.mpg" video is created in the recordings folder (thank you for the detailed instructions). This is exactly what ffmpeg did as well. After, pvr350.mpg is created, I can manually browse and play the video on the TV.

The only problem is that it does not play automatically or on-the-fly. Any suggestions on how to make this last step?

(Again I don't have a 350, so I don't really know.)

That was it. Really. You're in the Video Panel. You select an AVI . Click it. A few seconds later the video plays. Just how were you transcoding before? You shouldn't have to press any button named Transcode...IN GB-PVR...

It's possible that the GB-PVR code disallows on the fly transcoding. If that is the case you're out of luck
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
#26
2007-03-27, 02:18 PM
Well I may be stuck then.

In GBPVR, I browse for the .avi and then try to play it like anyother video. It attempts to play it, but all I get is about 12s of black screen w/o sound. Then it returns to the browse window. During this time zprocess runs and makes a the "pvr350.mpg" file for what ever .avi I selected in the recordings dir.

I can of course use the "transcode" button on the menu when I am browsing, but it does not let me transcode back to .mpeg and it is not on the fly.

Thank you for all of your assistance. I appreciate it. Unless anybody has any other suggestions I am just going to have to get some bigger harddrives.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#27
2007-03-27, 02:35 PM
yofive Wrote:Well I may be stuck then.

In GBPVR, I browse for the .avi and then try to play it like anyother video. It attempts to play it, but all I get is about 12s of black screen w/o sound. Then it returns to the browse window. During this time zprocess runs and makes a the "pvr350.mpg" file for what ever .avi I selected in the recordings dir.

I can of course use the "transcode" button on the menu when I am browsing, but it does not let me transcode back to .mpeg and it is not on the fly.

Thank you for all of your assistance. I appreciate it. Unless anybody has any other suggestions I am just going to have to get some bigger harddrives.

Sorry
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
#28
2007-03-31, 01:16 PM
Frank.

So, I am when to play my .avi's on the fly, I press play in GBPVR (the video does not load), browse to fine the "pvr350.mpg" file created in the recordings dir and it plays fine (ie. it is being actively transcoded from an AVI to mpeg with sound and good video...using renamed zprocess I might add...very nice). Is there a way to link the pvr350.mpg file to the remote or in the zprocess code, so that when I press play on an .avi I can immediately call up the pvr350.mpg file to start it w/o having to browse?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#29
2007-04-01, 11:58 PM
yofive Wrote:Frank.

So, I am when to play my .avi's on the fly, I press play in GBPVR (the video does not load), browse to fine the "pvr350.mpg" file created in the recordings dir and it plays fine (ie. it is being actively transcoded from an AVI to mpeg with sound and good video...using renamed zprocess I might add...very nice). Is there a way to link the pvr350.mpg file to the remote or in the zprocess code, so that when I press play on an .avi I can immediately call up the pvr350.mpg file to start it w/o having to browse?

The short answer is no. That has been the last problem that I was not able to help with. It should already be happening. There is nothing more I (or sub) can think of. I'm sorry
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]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  problems installing zprocess on windows 7 64 bit bertros 3 6,478 2010-04-16, 05:17 PM
Last Post: bertros
  zProcess and Windows Home Server grits 3 6,818 2010-03-07, 06:06 AM
Last Post: zehd
  zProcess ffmpeg "Incorrect frame size" meccano 3 6,012 2010-02-01, 02:46 PM
Last Post: zehd
  zprocess in postprocessing.bat alevideotestservice 2 2,998 2009-12-22, 07:01 PM
Last Post: alevideotestservice
  zprocess... to work or not to work... medic29 26 10,117 2009-11-04, 05:54 PM
Last Post: zehd
  Zprocess & MVP: Can I watch DVD´s yet? Knobby 5 3,206 2009-11-02, 07:10 PM
Last Post: zehd
  Zprocess postprocessing ? Dufcoum 13 6,265 2009-08-19, 10:15 PM
Last Post: Dufcoum
  ZPROCESS: Audio sloooooow on MVP goobie 5 3,259 2009-08-18, 01:34 PM
Last Post: zehd
  MVP+Zprocess: Avi plays with audio only, no video goobie 3 2,981 2009-07-10, 08:01 PM
Last Post: zehd
  zback2back question zaprat 5 3,570 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