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) v
« Previous 1 … 16 17 18 19 20 Next »
Comskip tuning

 
  • 0 Vote(s) - 0 Average
Comskip tuning
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1
2011-10-27, 08:15 PM
Is anyone running comskip with different settings for different channels? I'v been thinking about it, because it don't seems to be a single setup that works good for all channels. Ie, if I tune comskip for Fox Crime, I can get split second precision commercial skipping, but if I run comskip with that same setup on History channel HD, it almost misses everything and skips random. So does anyone have a good suggestion here?

"I'd rather have a bottle in front of me than a frontal lobotomy"
dvasco
Offline

Senior Member

Posts: 718
Threads: 113
Joined: Jun 2006
#2
2011-10-27, 10:49 PM
I finally got around to testing two different versions of comskip on multiple shows and played them back in NPVR and GBPVR. The skip happens much sooner in NPVR than it does in GBPVR.
[SIZE="1"] [COLOR="Blue"]
NPVR | Athlon XP 5000+ 2 GB RAM | Asus EAH3450 | Hauppauge HVR-1600 & Colossus | MS MCE Beanbag
Harmony 659 | RF keyboard | Vizio 42" LCD & Panasonic 32" CRT | 3 PCH A-100 [/COLOR][/SIZE]
Grampz
Offline

Member

Posts: 236
Threads: 27
Joined: Sep 2011
#3
2011-10-27, 11:14 PM
I have setup comskip yesterday and it has not seemed to work properly recording CSI last night. Nrecord.log shows it started, but still have commercials in the recording. The version I have is dated 3-14-11.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#4
2011-10-27, 11:33 PM
My comskip is version 1.4.6, the donators version that also works on H.264 HD recordings. Unfortunately I cannot test it with gbpvr. There is a parameter (two actually) in npvr's config.xml to tell npvr to shorten/lengthen skips, but if it is not consistent it is of less use.

Does anybody know what comskip.dictionary is used for?

"I'd rather have a bottle in front of me than a frontal lobotomy"
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#5
2011-11-01, 03:10 PM
Dumb question, but is it possible to specify the ini file to comskip? ie comskip/ini=

"I'd rather have a bottle in front of me than a frontal lobotomy"
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,686
Threads: 170
Joined: Jun 2007
#6
2011-11-01, 03:54 PM
Reddwarf Wrote:Dumb question, but is it possible to specify the ini file to comskip? ie comskip/ini=

Yes. Next question. Big Grin

Here's a section of my PostProcessing.bat file. (Note that I don't use this logic so it is commented out, but it documents how to do it.)
Code:
Rem The part below can be used to not run Comskip on certain channels, please modify for your conveniance.
Rem The channel numbers that should be skipped are the numbers between the double quotes ("").
Rem You can add "if" lines as much as you want
Rem To disable this behaviour use channel numbers outside the normal range, put a "rem" before the "if" or delete the "if" lines

Rem list of channels to not run comskip on
Rem if "%2" == "27" goto eof
Rem if "%2" == "36" goto eof

Rem this trick also makes it possible to have dedicated comskip.ini file for certain channels.
Rem if "%2" == "79" goto channel79
Rem if "%2" == "72" goto channel72
Rem if "%2" == "65" goto channel65
Rem use the default comskip.ini for all other channels
goto generic

:channel79
comskip --ini=channel79.ini %1
goto continue
:channel72
comskip --ini=channel72.ini %1
goto continue
:channel65
rem This is an example of how to reuse a previously learned logo to prevent Comskip from learning the wrong logo
comskip --ini=channel65.ini --logo=channel65.logo.txt %1
goto continue

:generic
Rem The actual run of Comskip. Only one parameter, the name of the mpeg file to process.
Rem Comskip will read its settings from the Comskip.ini found in the same directory as Comskip.exe
Rem Both are supposed to be in the GBPVR default program directory. (C:\Program Files\devnz\gbpvr\)
echo Launching comskip on %1 at %date% %time% >>postprocessing.log
"c:\program files (x86)\Comskip\comskip.exe" %1
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#7
2011-11-02, 12:22 AM
Thanks a lot!
BrettB Wrote:Yes. Next question. Big Grin
What's the meaning and purpose of life? Big Grin

"I'd rather have a bottle in front of me than a frontal lobotomy"
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,686
Threads: 170
Joined: Jun 2007
#8
2011-11-02, 01:48 AM
Reddwarf Wrote:Thanks a lot!

What's the meaning and purpose of life? Big Grin

42
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#9
2011-11-02, 04:20 AM
BrettB Wrote:42
Guess we'll have to do a Midrasch on that Smile

"I'd rather have a bottle in front of me than a frontal lobotomy"
re-Barr
Offline

Member

Posts: 119
Threads: 10
Joined: Jun 2009
#10
2011-11-05, 05:19 AM
Reddwarf Wrote:Does anybody know what comskip.dictionary is used for?

It reads CC and if the words in the dictionary match it then it says it is a commercial. I put in a bunch of names of companies and/or products.
__________
[SIZE="1"]Dell Optiplex GX280; P4 2.8GHz; 1GB RAM; XP Pro SP3; Hauppauge HVR-1600; nVidia 7600GS;
NPVR 2.1.5; System[/SIZE]
« 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
  comskip parallel processing not updating skips in Kodi Deihmos 1 1,253 2025-04-13, 04:13 AM
Last Post: mvallevand
  Comskip + NextEnd VCR58 12 4,078 2023-06-30, 02:26 PM
Last Post: mvallevand
Lightbulb How to get Comskip working on Linux wmarler 12 13,482 2022-03-04, 01:19 PM
Last Post: thool
  comskip - parallel proc - Invalid frame dimensions 2leftfeet 7 3,416 2021-05-02, 01:35 AM
Last Post: EdwardWelch
  Comskip problem RTKAT 4 4,417 2018-08-26, 09:12 PM
Last Post: RTKAT
  Comskip, NextPVR and Plex buckeyestargazer 4 8,687 2017-06-16, 07:58 PM
Last Post: scJohn
  Comskip Transcode NZ Freeview Help required Waynesm 4 4,008 2016-07-15, 03:26 AM
Last Post: Waynesm
  comskip postprocessing cllgnc89 7 5,893 2016-01-18, 04:27 AM
Last Post: cllgnc89
  comskip failures ydekmekji 7 4,980 2015-11-22, 01:21 AM
Last Post: ACTCMS
  comskip not running on certain files tron999 5 3,813 2014-10-11, 01:50 AM
Last Post: tron999

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

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

Linear Mode
Threaded Mode