NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 115 116 117 118 119 … 194 Next »
ComSkip processing exclusion

 
  • 0 Vote(s) - 0 Average
ComSkip processing exclusion
matthrolf
Offline

Member

Posts: 133
Threads: 34
Joined: Jan 2006
#1
2006-04-15, 10:36 PM
I was wondering if it would be possible to have comskip not run for certain channels (ie. movie channels), or possibly when scheduling the recirding event. It erroniously detects comercials in movies. At present I just go back into the recording directory and delete the comskip output.

Thanks,

Matt
David
Offline

Senior Member

Posts: 435
Threads: 18
Joined: Oct 2005
#2
2006-04-16, 01:40 AM
There are scripts to adjust processing based on the channel. I recall that comclean comes with such a script. It shouldn't be too hard to modify to your use. If you find and and can't make head or tails of it, I'd be happy to help modify a script for you.
David

PVR PC: Win2K3, Athlon x2 64 4600+, 1280MB Ram, 40+400 GB HD's, Gigabyte Network
PVR-250, ATSC-110 digital x2, GBPVR v1.3.7 w/SQLite DB
Extras: Addepisode 41, Comskip 79.46, EWA 76, Zaptools

DSM-520 (D-Link Media Lounge) FW 1.04 using TVersity Media Server 0.9.11.4
DSM-320 (D-Link Media Lounge) FW 1.09
MediaMVP

More specs
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#3
2006-04-16, 12:20 PM
I do this very thing from within the post processing batch file. I believe there is a sample in either comskip or comclean files. Basically i use something like below in the bat file.

Rem list of channels to not run comskip on
if "%2" == "5" goto eof:
if "%2" == "71" goto eof:
if "%2" == "12" goto eof:
if "%2" == "19" goto eof:

%2 being the channel that was recorded.
matthrolf
Offline

Member

Posts: 133
Threads: 34
Joined: Jan 2006
#4
2006-04-17, 12:52 AM
does this work if you process while recording?

Matt
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,008
Threads: 770
Joined: Nov 2003
#5
2006-04-17, 01:05 AM
Yes, if you're using ParallelProcessing.bat
matthrolf
Offline

Member

Posts: 133
Threads: 34
Joined: Jan 2006
#6
2006-04-17, 02:01 AM
OK, I feel a little stupid... I have a postprocessing.bat but no parallelprocessing.bat... do I just copy postprocessing.bat to parallelprocessing.bat and make the discussed mods?

Matt
David
Offline

Senior Member

Posts: 435
Threads: 18
Joined: Oct 2005
#7
2006-04-17, 02:15 AM (This post was last modified: 2006-04-17, 09:58 PM by David.)
Yes, you can rename postprocessing.bat to parallelprocessing.bat.

I am not sure if there is any other processing you are doing. If all you want to do is either run or not run comskip, then parallelprocessing.bat will work fine. If you have some other processing, like renamerecording(s), that attempt to access the file during the recording, these may fail. Comskip serves as a handy processing delay in parallelprocessing.bat to keep any other actions from happening until the recording is done. If you do have other processing that relies on comskip holding things up, then you may be better served sticking with postprocessing.bat.
David

PVR PC: Win2K3, Athlon x2 64 4600+, 1280MB Ram, 40+400 GB HD's, Gigabyte Network
PVR-250, ATSC-110 digital x2, GBPVR v1.3.7 w/SQLite DB
Extras: Addepisode 41, Comskip 79.46, EWA 76, Zaptools

DSM-520 (D-Link Media Lounge) FW 1.04 using TVersity Media Server 0.9.11.4
DSM-320 (D-Link Media Lounge) FW 1.09
MediaMVP

More specs
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#8
2006-04-17, 08:01 AM
If you want comskip to run during recording you also have to change a setting in the comskip-ini file. It's one of the last lines of the ini. Sorry can't be more specific , have no access to my gbpvr-system at the moment.:mad:
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.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#9
2006-04-17, 02:24 PM
HtV Wrote:If you want comskip to run during recording you also have to change a setting in the comskip-ini file. It's one of the last lines of the ini. Sorry can't be more specific , have no access to my gbpvr-system at the moment.:mad:

Not needed, unless you want to use the output of comskip while timeshifting.

The option you refer to is called live_tv and when set to 1 it will ensure comskip
will submit commercials during the scanning as found by a much simpler algorithm.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#10
2006-04-17, 08:20 PM
erik Wrote:Not needed, unless you want to use the output of comskip while timeshifting.

Of course you are right, I'm so used to using it while timeshifting, I forgot there could be reasons to not use it that way. For me it works perfectBig Grin
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.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  RAM Timeshift and comskip pep 1 1,587 2020-08-27, 05:52 PM
Last Post: mvallevand
  periodically re-load comskip .edl file when watching in progress recording? johnsonx42 17 6,190 2015-10-15, 06:15 AM
Last Post: Waynesm
  Post Processing Request: File conversion for archiving, close captioning capture stuck-in-second 4 3,417 2015-03-20, 03:29 AM
Last Post: digiblur
  Options for post processing fred250 1 2,179 2014-12-14, 11:29 PM
Last Post: SickBoy
  delete ".incommercial" files generated by comskip reven 2 2,258 2012-10-18, 04:26 PM
Last Post: pBS
  Ability to dump DVB/ATSC based EPG from database to an XML for post-processing jksmurf 6 3,566 2011-11-03, 12:11 PM
Last Post: jksmurf
  Comskip on client smajor 0 1,389 2011-09-28, 01:24 AM
Last Post: smajor
  Comskip Chapters dgeezer 4 2,289 2011-09-23, 10:18 PM
Last Post: mvallevand
  Idea: Auto commercial removal WITHOUT file processing (e.g. Comskip) peter_h 4 2,956 2010-07-26, 09:35 PM
Last Post: Reddwarf
  Comskip & seek combined mvallevand 4 2,283 2010-07-08, 12:04 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode