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 … 50 51 52 53 54 … 125 Next »
comskip comclean problem

 
  • 0 Vote(s) - 0 Average
comskip comclean problem
kslee
Offline

Junior Member

Posts: 8
Threads: 3
Joined: Jan 2006
#1
2006-09-11, 11:17 PM
I used to have comskip and comclean working automatically last year but can't get it working with the new version of GB-PVR v0.97.13. My main interest is to record football games, have the commercials taken out, and delete the original recording, all automatically. here is my postprocessing.bat.

comskip %1
call comclean %1
del "%~dpn1_original.mpg"

after recording a program when i play the file in GB-PVR, there are no commercial cuts and when I play the file in another program all commercials are present. also, there are no text files in the directory where the recorded file is.

any help would greatly be appreciated.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2006-09-14, 09:22 AM
kslee Wrote:I used to have comskip and comclean working automatically last year but can't get it working with the new version of GB-PVR v0.97.13. My main interest is to record football games, have the commercials taken out, and delete the original recording, all automatically. here is my postprocessing.bat.

comskip %1
call comclean %1
del "%~dpn1_original.mpg"

after recording a program when i play the file in GB-PVR, there are no commercial cuts and when I play the file in another program all commercials are present. also, there are no text files in the directory where the recorded file is.

any help would greatly be appreciated.

Here are a couple of pointers...

It really looks like you have it written right...

Does Comskip generate a txt file? Will GB-PVR at least show the Commericals marked out?

ComClean won't work unless Comskip has functioned properly...

If you're interested, ZProcess can do some of the guessing for you. Basically, it's a front end for these tools. Once setup, it'll do all the work, including clean up all the extra text files, and temp files.

If you're going to try ZProcess, follow the stuff on my wiki page, and join me in my support thread if you have questions...
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]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#3
2006-09-14, 10:12 AM
kslee Wrote:I used to have comskip and comclean working automatically last year but can't get it working with the new version of GB-PVR v0.97.13. My main interest is to record football games, have the commercials taken out, and delete the original recording, all automatically. here is my postprocessing.bat.

comskip %1
call comclean %1
del "%~dpn1_original.mpg"

after recording a program when i play the file in GB-PVR, there are no commercial cuts and when I play the file in another program all commercials are present. also, there are no text files in the directory where the recorded file is.

any help would greatly be appreciated.

You do have comskip.exe and comclean.bat etc in your gbpvr dir? And postprocessing.bat?
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
kslee
Offline

Junior Member

Posts: 8
Threads: 3
Joined: Jan 2006
#4
2006-09-14, 01:54 PM
yes i do have all necessary files in my gb-pvr/devnz directory. i changed my postprocessing.bat and it seems to have fixed my problem. here's my new postprocesssing.bat...

c:
cd "C:\Program Files\devnz\gbpvr”
comskip.exe %1
call comclean.bat %1
del "%~dpn1_original.mpg"

basically all i did was make sure it was in the correct drive and directory and added the file extensions on comskip and comclean and it seems to have worked.

i'll have to check out this ZProcess to make things a little easier to manage. i like the idea of having a front end utility to help with other utilities. thanks for the responses.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#5
2006-09-14, 03:02 PM
cheersSmile
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#6
2006-09-14, 06:43 PM
kslee Wrote:yes i do have all necessary files in my gb-pvr/devnz directory. i changed my postprocessing.bat and it seems to have fixed my problem. here's my new postprocesssing.bat...

c:
cd "C:\Program Files\devnz\gbpvr”
comskip.exe %1
call comclean.bat %1
del "%~dpn1_original.mpg"

basically all i did was make sure it was in the correct drive and directory and added the file extensions on comskip and comclean and it seems to have worked.

i'll have to check out this ZProcess to make things a little easier to manage. i like the idea of having a front end utility to help with other u

tilities. thanks for the responses.

Adding the path statements was my next tidbit... Big Grin

When/If you try ZProcess, be sure to check your postProcessing bat. Refer to the ZProcess wiki page under 'using Postprocessing.bat'

you'll probably want to use this command line:


Code:
"C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg" %1 comskip comclean auto

You'll also want to be sure the 'discard temp files' checks are checked on the 'utilities' tab
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
  Search Skin Problem Northpole 12 23,935 2011-07-10, 08:24 PM
Last Post: Northpole
  Transcode w/ Comskip? pduncan67 1 2,109 2009-11-25, 03:59 AM
Last Post: johnsonx42
  Comskip & Digital? nightwalker 8 3,445 2009-08-29, 06:34 PM
Last Post: nightwalker
  Weather plugin problem yeohcl 11 5,645 2009-07-26, 04:01 AM
Last Post: Dave72
  comskip wont run anymore HELP :) DoPeFiSh 1 1,925 2009-07-21, 07:34 PM
Last Post: DoPeFiSh
  Problem playing ISO files - Sound but no video mustclimb14ers 0 1,895 2009-04-16, 04:15 PM
Last Post: mustclimb14ers
  Comskip build 0.80.011 Released erik 13 6,089 2009-03-01, 11:36 AM
Last Post: erik
  comskip problem j210277 11 6,132 2009-01-28, 05:25 AM
Last Post: stustunz
  Comclean issues.. _Dude_ 9 4,002 2009-01-17, 03:29 PM
Last Post: tmschmal
  GrpahRecorder "Completed filesize check" problem BitterBastard 10 3,668 2008-12-19, 06:14 PM
Last Post: BitterBastard

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

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

Linear Mode
Threaded Mode