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 … 4 5 6 7 8 … 12 Next »
ZProcess dvr-ms files

 
  • 0 Vote(s) - 0 Average
ZProcess dvr-ms files
Caseyjones
Offline

Member

Posts: 119
Threads: 38
Joined: Oct 2007
#1
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.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2008-05-05, 04:08 AM
Quote:I have created a profile called TV to try and convert files to PAL 352x288, in mpeg 4 format.

For the MVP, the output should be mpeg 2... not 4 Unless you are not wishing to view on mvp and just want to trancode to mpeg4. I wonder if the version of ffmpeg that works well for dvr-ms actually does mpeg4.

Maybe try the output as standard mpeg and see if it at least takes the parameters...

Quote:When using the interacive menu it always creates at 640x688 no matter what I set.

I'm starting to think I have some hardcoded logic that's doing this. What's the original files dimensions,and is it 16:9 or 4:3?

Quote: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

I would not expect this to work if ZProcess isn't working in manual mode

Zip and attach the ZProcessRegSettings.txt and the ZProcess.log file
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]
Caseyjones
Offline

Member

Posts: 119
Threads: 38
Joined: Oct 2007
#3
2008-05-05, 08:20 AM
I have tried using the 2avi but this has the same effect as my custom TV. I'm not looking to create for MVP just recode to a smaller file size.
Using 2mpg it has an error in it about died early, so changed to use ffmpeg.

The size is 720x576 (standard PAL size) in 16x9

I couldn't find ZProcessRegSettings.txt but found something similar in ztools that I have enclosed.

No existence of a log file (if i use redirect > from the batch file it is empty)

if I show transcode the ffmpeg always has a -s 640x688 in its options.

The show transcode command gives


C:\Program Files\devnz\gbpvr\Third Party\ztools>"C:\Program Files\Devnz\GBPVR\Th
ird Party\FFmpeg\ffmpeg.exe" -y -i "E:\Recordings\Horizon\Horizon_20080219_21002
150.dvr-ms" -vcodec mpeg2video -b 2400k -acodec mp2 -ab 192k -ar 44100 -ac 2 -vo
l 1000 -s 640x688 -r 25 -aspect 4:3 -async 15 -padbottom 0 "E:\Recordings\Horizo
n\Horizon_20080219_21002150.mpg" 2>"C:\Program Files\devnz\gbpvr\Third Party\zt
ools\transcode.log"
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#4
2008-05-06, 02:15 AM (This post was last modified: 2008-05-06, 02:26 AM by zehd.)
Caseyjones Wrote:I have tried using the 2avi but this has the same effect as my custom TV. I'm not looking to create for MVP just recode to a smaller file size.
Using 2mpg it has an error in it about died early, so changed to use ffmpeg.

The size is 720x576 (standard PAL size) in 16x9

I couldn't find ZProcessRegSettings.txt but found something similar in ztools that I have enclosed.

No existence of a log file (if i use redirect > from the batch file it is empty)

if I show transcode the ffmpeg always has a -s 640x688 in its options.

The show transcode command gives


C:\Program Files\devnz\gbpvr\Third Party\ztools>"C:\Program Files\Devnz\GBPVR\Th
ird Party\FFmpeg\ffmpeg.exe" -y -i "E:\Recordings\Horizon\Horizon_20080219_21002
150.dvr-ms" -vcodec mpeg2video -b 2400k -acodec mp2 -ab 192k -ar 44100 -ac 2 -vo
l 1000 -s 640x688 -r 25 -aspect 4:3 -async 15 -padbottom 0 "E:\Recordings\Horizo
n\Horizon_20080219_21002150.mpg" 2>"C:\Program Files\devnz\gbpvr\Third Party\zt
ools\transcode.log"

Yes that's the right reg settings file, sorry. The zprocess.log is in the Dated MVP Cache folder, eg: D:\TV\Recorded\MVP_Cache\20080415 Even if it's not using the cache, it still creates dated folders and stores a new log for each day there...

Try working with only ZTrancode for this step. After you load a dvrms file into ZTranscode manually, do you see the correct input dimensions?

Is it possible for you to make available a small clip? It will be easier for me to just make it work rather than figure it out logically...
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: 1 Guest(s)



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
  Can you clarify functionality of ZProcess please Elmo Putney 4 3,542 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