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) GB-PVR Support (legacy) v
« Previous 1 … 228 229 230 231 232 … 1231 Next »
contig

 
  • 0 Vote(s) - 0 Average
contig
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#1
2008-04-04, 09:44 PM (This post was last modified: 2008-04-04, 10:09 PM by Bluethunder.)
Seems some of you are having luck with getting contig (defragger) to run in the post processing batch file.

Despite my best efforts.. I can't do make it work.

heres the batch file

cd C:\Program Files\devnz\gbpvr
echo %1 >>postprocessing.log
contig.exe -V %1 >>postprocessing.log


and the log file
"C:\gbpvr\recordings\The Simpsons\The Simpsons_20080404_15001530.mpg"


So I know post processing is running, but I get no output into the log file, and it doesn't defrag the file.

If I go into windows task mangler (manager), There is a contig,exe running, but at 0 cpu load. Since theres no output, I have no idea what its hanging on.

If I manually run

postprocessing "C:\gbpvr\recordings\The Simpsons\The Simpsons_20080404_15001530.mpg"

It works fine.


Thanks
User
Offline

Senior Member

Inglewood, California, USA
Posts: 365
Threads: 10
Joined: Oct 2005
#2
2008-04-04, 11:04 PM
Have a look at mine, all I can say is it works. I give the path to contig where you are changing directory is about all I see different. I renamed mine to .txt. Hope it helps.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2008-04-05, 12:01 AM
is contig.exe in the gbpvr dir?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#4
2008-04-05, 01:25 AM
Don't you need quotes around the path in the cd command because Program Files has a space in it?

cd "c:\program files\devnz\gbvr"

Or else use the DOS short name:

cd c:\progra~1\devnz\gbvr

Just a quick reaction.
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#5
2008-04-05, 03:10 AM
I've tried everything suggested here. Still no luck.

I'm gonna try turning off comskip (during recording), and see if thats why its freaking out.:confused:
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#6
2008-04-05, 05:06 AM
I'm not sure whats going on anymore.

postprocessing.bat opens everything in a hole.

I tried adding some programs I know that work, like bexclock, and it doesnt appear in a window, or close like it should after 3 seconds. It hangs too.

I'm not sure how pvrx2 is opening this batch file, but other than echo, nothing will run inside of it.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#7
2008-04-05, 06:40 AM
You MUST enclose any path or filename with spaces between ""
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#8
2008-04-05, 02:36 PM
erik Wrote:You MUST enclose any path or filename with spaces between ""

I've done that
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#9
2008-04-05, 02:43 PM
Add
echo >>c:\post.log At position 1
With increasing numbers between every line in your postprocessing script.
Then you can easily see in the c:\post.log file where processing did stop
And you can set
cd "C:\Program Files\devnz\gbpvr" >>c:\post.log
to see if that works
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#10
2008-04-05, 04:17 PM
Not sure if it'll help but I always explicitly change the current drive. Including the drive letter at the beginning of a 'cd' command doesn't change the current drive/directory focus, for example, (pasted from my Command Prompt)......
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Program Files\devnz\gbpvr>cd D:\GB-PVR

C:\Program Files\devnz\gbpvr>
As you can see, the focus of my command prompt is still my gbpvr install directory. What has been done is that the current working directory for the D: drive is now \GB-PVR. Running 'dir', for exqample, at that point will obviously show the contents of my gbpvr install folder and not D:\GB-PVR. Running 'dir d:' (without trailing backslash), however, WILL show the contents of D:\GB-PVR.

In any batch file where I want to change to a specific drive/directory, I would always start as follows
Code:
C:
cd \Program Files\devnz\gbpvr
NOTE: cd doesn't need paths with spaces to be surrounded by quotes. It only accepts one command-line argument and treats everything to the end-of-line as the path string.

Cheers,
Brian
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  help with postprocessing batch file and contig.exe fluffykeith 8 2,953 2008-12-04, 01:29 PM
Last Post: mmatheny

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

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

Linear Mode
Threaded Mode