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) v
« Previous 1 … 66 67 68 69 70 … 125 Next »
Comclean and renamerecording questions - Thanks!

 
  • 0 Vote(s) - 0 Average
Comclean and renamerecording questions - Thanks!
jusatry
Offline

Member

Posts: 52
Threads: 11
Joined: Apr 2005
#1
2006-05-14, 06:11 PM
Hi All,

I stopped using GBPVR for a while there while I was moving, and now I am getting it re-setup at my new place. Some VERY nice looking improvements since I was last here Smile Thanks!

I am having two issues:

Comclean first.

The MPG files do not get renamed to .clean and the commercials are still there. I have comclean set up to spit out a log and err file. the ERR file just says "Invalid range [-]" for each recording, and the log file says
"
C:\Program Files\devnz\gbpvr>"c:\Program Files\devnz\gbpvr\mpgtx.exe" -j -f -o "C:\TV Recordings\Saturday Night Live\Saturday Night Live_20060513_23300101_clean.mpg" "C:\TV Recordings\Saturday Night Live\Saturday Night Live_20060513_23300101.mpg" [-]
Resulting cutpoints:
"
For each recording. I have comclean in the postprocessing.bat file as "Call comclean %1" and I have comskip running during the show with the setting in config. Comskip seems to be putting out cutpoints, I have a .log and a .txt file in the recording directory. Any ideas on that? I am using the latest version of comskip (i think) .79 something and comclean .6

Now for Renamerecordings.

It doesnt rename anything! I have it setup with a log for an output file and the log looks like this:

RenameRecording v1.1 build20051223
Title: Saturday Night Live
Argument: -t C:\TV Recordings\Saturday Night Live\Saturday Night Live_20060513_23300101.mpg
No episode name found


I tried running it manually from CMD and got the same error. I am using zap2it and have rename in my postprocessing.bat file as RenameRecording.exe -t %1 > rename.log

Any thoughts on that?


I have searched the forums for both these problems, but didnt see anyone with the same issues. Thanks for any help in advance!
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#2
2006-05-14, 06:52 PM
Please post the .txt file.
I assume its empty because then you get the [-] range in comclean.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
jusatry
Offline

Member

Posts: 52
Threads: 11
Joined: Apr 2005
#3
2006-05-14, 09:21 PM
erik Wrote:Please post the .txt file.
I assume its empty because then you get the [-] range in comclean.


Here you go, let me know what else you need Smile

Thanks!
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#4
2006-05-15, 01:24 AM
As for RenameRecording, many Saturday night live episodes do not have a Sub Title in their guide entries. If it can't find a subtitle for the program that was recorded it won't rename the program.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#5
2006-05-15, 05:46 AM
Could you post the .txt files generated by comskip?
It looks like its empty of comclean can't find it.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
jusatry
Offline

Member

Posts: 52
Threads: 11
Joined: Apr 2005
#6
2006-05-16, 03:16 AM
sorry erik, didnt realize which one you were asking for


edit i can post the log file if you want, its pretty long.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#7
2006-05-16, 07:58 AM
When dropping your .txt comskip output on comclean I get the following output

Code:
C:\Temp\comclean>"c:\Program Files\devnz\gbpvr\mpgtx.exe" -j -f -o "C:\Temp\x\Saturday Night Live_20060513_23300101_clean.mpg" "C:\Temp\x\Saturday Night Live_20060513_23300101.mpg" [-0:19:0] [0:21:
0:28:15] [0:31:48-0:39:37] [0:42:45-0:49:15] [0:52:35-1:9:37] [1:12:53-1:21:19] [1:24:35-1:30:6] [1:35:22-1:40:44] [1:42:32-1:44:22] [1:45:52-1:48:43]  [1:50:13-]
Resulting cutpoints:  0:19:0 0:25:35 0:33:24 0:39:55 0:56:57 1:5:24 1:10:54 1:16:16 1:18:7 1:20:58

As you can see the info in the .txt file is correctly translated into a mpgtx commandline.
It looks like there is something wrong at your side because comclean seems to get an empty or no comskip .txt input
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#8
2006-05-16, 08:00 AM
Quote:For each recording. I have comclean in the postprocessing.bat file as "Call comclean %1" and I have comskip running during the show with the setting in config. Comskip seems to be putting out cutpoints, I have a .log and a .txt file in the recording directory. Any ideas on that? I am using the latest version of comskip (i think) .79 something and comclean .6
Does this mean you run comskip in parallel and comclean in postprocessing.bat?
That is not possible
Create a paralelprocessing.bat that runs first comskip and then comclean.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
jusatry
Offline

Member

Posts: 52
Threads: 11
Joined: Apr 2005
#9
2006-05-16, 02:36 PM
erik Wrote:Does this mean you run comskip in parallel and comclean in postprocessing.bat?
That is not possible
Create a paralelprocessing.bat that runs first comskip and then comclean.

Okay Erik. My postprocessing file now looks like this:

comskip.exe %1
call comclean %1 >>Comclean.log %2>>Comclean.err
RenameRecording.exe -t %1 > rename.log
rectracker "%1"

and the settings in config tell GBPVR not to bother with commercial detection.

We should be good, right? Ima record something during the day today just to see what happens.

Thanks again for the help!
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#10
2006-05-16, 04:06 PM
That looks like it should be fine, however, you can speed up the whole process by running that in parallelprocessing.bat
Comskip will run as the show is being recorded, thus finishing almost immediately when the show is over, then the remainder of the bat will complete.
I no longer run any postprocessing.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Guide Questions native 6 4,201 2010-02-10, 01:23 PM
Last Post: native
  Comclean issues.. _Dude_ 9 4,032 2009-01-17, 03:29 PM
Last Post: tmschmal
  A few Comskip questions. gh_speedyg 1 1,910 2008-05-20, 05:49 AM
Last Post: erik
  Comclean inconsistent rmorein 6 2,587 2008-05-02, 05:13 PM
Last Post: Carlito
  Comskip & Comclean...but logo removal? Questor 1 2,135 2008-03-29, 06:31 AM
Last Post: erik
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,633 2008-03-27, 11:45 PM
Last Post: _Dude_
  Some D-Box 2 Plugin Questions! stu8080 9 2,614 2007-11-20, 05:38 PM
Last Post: stu8080
  Trouble using Comclean - mplex1 not working Beerman 0 1,367 2007-11-12, 01:14 AM
Last Post: Beerman
  Another Newbie question!! Need help with ComSkip and Comclean bimmer16 4 2,030 2007-11-02, 11:55 PM
Last Post: bimmer16
  Skinning 1.0.16 questions Jaggy 1 1,322 2007-09-05, 10:27 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode