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 … 175 176 177 178 179 … 1231 Next »
postprocessing.bat, comskip & videoredo

 
  • 0 Vote(s) - 0 Average
postprocessing.bat, comskip & videoredo
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#1
2009-02-03, 05:37 AM
I've been fighting with this for days now and am giving up and asking for help please.

I can see videoredo blip on the screen but then nothing. My latest iteration has videoredo outputting a .TS file.
Quote:C:
cd\Program Files\VideoReDoPlus
note: the above two lines were recent additions
cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "%~dpn1.VPrj" "%~dpn1_Cleaned.ts" /t4 note: I changed t1 to t4 because I read on the videoredo forums that t4 is for transport streams
Rem RENAME the old .ts file and rename the new .ts to the old name
echo %date% %time% renaming "%~dpn1.ts" to "%~dpn1_original.ts" >>postprocessing.log
move "%~dpn1.ts" "%~dpn1_original.ts"

echo %time% renaming "%~dpn1_cleaned.ts" to "%~dpn1.ts" >>postprocessing.log
move "%~dpn1_cleaned.ts" "%~dpn1.ts"

echo %time% moving "%~dpn1_original.ts" to E:\Originals >>postprocessing.log
move "%~dpn1_original.ts" E:\Originals

REM echo %time% deleting "%~dpn1.log" >>postprocessing.log
REM del "%~dpn1.log"

REM echo %time% deleting "%~dpn1.txt" >>postprocessing.log
REM del "%~dpn1.txt"

REM echo %time% deleting "%~dpn1.VPrj" >>postprocessing.log
REM del "%~dpn1.VPrj"

REM echo %time% deleting "%~dpn1.logo.txt" >>postprocessing.log
REM del "%~dpn1.logo.txt"

I rem'd out the last few lines hoping it would leave some evidence I could look at. Also weird is that the postprocessing.log ends up in the videoredo folder sometimes. The videoredo logs don't even show that it tried to start. The postprocessing log sometimes shows that it completed the tasks when I know it hasn't because the files are still there and nothing is in the originals folder.

The vp.vbs file is in the videoredo folder. The postprocessing.bat file is in the gbpvr folder. Comskip is set to run concurrent with recording.

I noticed from reading another guys problem here something about the account that it's being run under, but that thread ended w/o a solution. When I run videoredo manually it shows up under processes as ADMINISTRATOR and PVRX2 is running under SYSTEM. I don't know how I would get videoredo to run under a different account anyway.

If anyone could offer me some help I would certainly appreciate it.
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
K.S.
Offline

Senior Member

Posts: 526
Threads: 12
Joined: Oct 2006
#2
2009-02-03, 01:38 PM
what happens if you just drag & drop a finished recording onto the batch? does it work ok?
sub Wrote:Yep, what he said.

curiosity killed the cat Big Grin
steve232
Offline

Member

Posts: 83
Threads: 14
Joined: Jan 2005
#3
2009-02-03, 03:43 PM
I've been playing with videoredo this week also.
I think the command line usage in VRD is like this:

cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "input" "output" /t4

In postprocessing.bat try:

cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" % "%~dpn1_Cleaned.ts" /t4

Steve
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#4
2009-02-04, 01:16 AM
K.S. Wrote:what happens if you just drag & drop a finished recording onto the batch? does it work ok?
I'll try this and get back shortly. Thanks for helping.
steve232 Wrote:I've been playing with videoredo this week also.
I think the command line usage in VRD is like this:

cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "input" "output" /t4

In postprocessing.bat try:

cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" % "%~dpn1_Cleaned.ts" /t4

Steve

Thanks Steve, I'll try that next.

I wasn't getting emails so I didn't know you guys had responded. Thanks very much for helping out.

Cheers
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#5
2009-02-04, 04:45 AM
K.S. Wrote:what happens if you just drag & drop a finished recording onto the batch? does it work ok?

It seems to work like it should. A glimmer of hope. What does this mean?

I've got Steve's suggestion in postprocessing.bat so we'll see after 9 o'clock what happens.

Thanks again for the assistance.
Cheers
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#6
2009-02-04, 05:27 AM
steve232 Wrote:I've been playing with videoredo this week also.
I think the command line usage in VRD is like this:

cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "input" "output" /t4

In postprocessing.bat try:

cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" % "%~dpn1_Cleaned.ts" /t4

Steve

OK, that didn't seem to work either. Funny how the .vprj is gone even though that line is REM'd out.

I have a feeling it's the account it's running under, but I don't really know what to do about it. I should have looked at the processes when I dropped a recording on the .bat file earlier.

On with the fiddling.
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#7
2009-02-04, 08:42 AM
OK, my latest tack is to create some delay at the beginning of the postprocessing.bat file because it looks like comskip is still running when videoredo kicks off. If comskip wasn't done there wouldn't be a .Vprj file for it to find so maybe this is the problem.

I added PING 1.1.1.1 -n 1 -w 30000 > NUL

More recordings scheduled, we'll see when they finish. If this is it I could probably cut down the delay to something shorter with some experimentation.
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#8
2009-02-04, 09:15 AM
That didn't work either. Hell, I don't know.
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
K.S.
Offline

Senior Member

Posts: 526
Threads: 12
Joined: Oct 2006
#9
2009-02-04, 11:26 AM
ApexHack Wrote:It seems to work like it should. A glimmer of hope. What does this mean?

at least now you know that the error is not necessarily in the batch or in the vbs file. you can give the following a try: set the recording service to run under a specific user account, maybe something in the vbs is depending on that. (another option to try after that: set the service option to interact with the desktop)
sub Wrote:Yep, what he said.

curiosity killed the cat Big Grin
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#10
2009-02-04, 09:51 PM
Thanks, I'll give that a try.

I thought my recording service was set to interact with the desktop previously though when I used the NMT dummies installer. I will check though.
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
« 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
  Postprocessing and the recordings database shsw 1 1,541 2010-08-29, 04:46 PM
Last Post: sub
  Comskip pcostanza 3 2,423 2010-06-02, 01:46 AM
Last Post: pBS
  Running comskip at a scheduled time? gonzo90017 4 2,185 2010-05-19, 06:09 AM
Last Post: pBS
  Anyone using comskip in New Zealand - TVNZ, TV3 etc ? wodger 3 1,864 2010-04-22, 11:07 PM
Last Post: Lindsay
  Help do not know how to configure comskip to work with records or live. HYBRiD.BLiNG 1 1,565 2010-04-16, 12:43 AM
Last Post: Graham
  comskip problem dspdrew 3 1,925 2010-04-13, 03:55 AM
Last Post: Daldana
  ffdshow postprocessing on .ts file playback alibert 2 1,739 2010-04-05, 05:33 AM
Last Post: alibert
  ATSC LiveTV and comskip on same server/client system? linene 2 1,596 2010-03-07, 09:31 PM
Last Post: linene
  Comskip ts NZ Lindsay 2 1,985 2010-02-27, 11:56 PM
Last Post: lyntonb
  New play pause toggle and comskip soccerdad 3 2,111 2010-02-03, 12:59 AM
Last Post: AOSandman

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

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

Linear Mode
Threaded Mode