Delayed Logo

To discuss the tuning of comskip and for posting your ini files
Post Reply
BrianGGG
Posts: 12
Joined: Sat Feb 10, 2018 4:33 am

Delayed Logo

Post by BrianGGG »

Hello.

I am new to the COMSKIP experience, so please excuse me if I can't properly explain my question.


I found several COMSKIP.INI on various forums and I have combined ideas together to create an INI that seems to work well for me.
However, I have encountered a challenge and I'm not sure what to do about it.

There is a pattern for the Olympics coverage that is not being handled very well.
The pattern is: Commercials, about 1 second of black, ~3 seconds of coverage, followed by the logo appearing.

COMSKIP skips all of the commercials ... and also the 3 seconds before the logo.
This is not a killer, it's more of an annoyance. Not too many Olympic moments missed in those 3 seconds.

My question is: Is there anything that can be done about this? Where I could possibly capitalize on the small section of complete black/silence or something else?
Or is this just something that I will have to live with ?

I am pasting my INI file below if that matters...


Thanks,
BrianGGG


Code: Select all

detect_method=111
validate_silence=1
validate_uniform=1
validate_scenechange=1
verbose=10
max_brightness=60
test_brightness=40
max_avg_brightness=25
maxbright=1
brightness_jump=200
min_commercialbreak=24
min_commercial_break_at_start_or_end=39
max_commercial_size=200
min_commercial_size=4
min_black_frames_for_break=1
min_show_segment_length=200
non_uniformity=500
max_volume=500
max_silence=100
min_silence=12
noise_level=5
ignore_side=0
ticker_tape=0
subtitles=0
logo_at_bottom=0
punish=1
punish_threshold=1.3
punish_modifier=4
intelligent_brightness=0
logo_percentile=0.92
logo_threshold=0.75
global_threshold=1.79
punish_no_logo=1
connect_blocks_with_logo=1
logo_filter=0
edge_step=2
cut_on_ar_change=1
delete_show_after_last_commercial=0
delete_show_before_or_after_current=0
delete_block_after_commercial=0
always_keep_first_seconds=0
always_keep_last_seconds=0
delay_logo_search=9
give_up_logo_search=7000
remove_before=0
remove_after=0
shrink_logo=5
after_logo=0
before_logo=0
padding=1
ms_audio_delay=5
volume_slip=40
skip_b_frames=0
hardware_decode=0
max_repair_size=200
disable_heuristics=4
delete_logo_file=1
output_framearray=0
output_data=0
output_videoredo=0
output_videoredo3=0
output_womble=0
output_mls=0
output_cuttermaran=0
output_mpeg2schnitt=0
output_mpgtx=0
output_dvrcut=0
output_zoomplayer_chapter=0
output_zoomplayer_cutlist=0
output_edl=1
output_dvrmstb=0
output_edlx=0
output_vcf=0
output_bsplayer=0
output_btv=0
output_projectx=0
output_avisynth=0
output_demux=0
sage_framenumber_bug=0
sage_minute_bug=0
live_tv=1
live_tv_retries=4
dvrms_live_tv_retries=300
standoff=0
cuttermaran_options="cut=\"true\" unattended=\"true\" muxResult=\"false\" snapToCutPoints=\"true\" closeApp=\"true\""
mpeg2schnitt_options="mpeg2schnitt.exe /S /E /R25  /Z %2 %1"
avisynth_options="LoadPlugin(\"MPEG2Dec3.dll\") \nMPEG2Source(\"%s\")\n"
dvrcut_options="dvrcut \"%s.dvr-ms\" \"%s_clean.dvr-ms\" "
windowtitle="Comskip - %s"
output_ffmeta=1 ; *****************
output_ffsplit=1 ; *****************
edl_skip_field=3 ; ***************************
output_vdr=1 ; *****************************
max_commercialbreak=500 ; ******************************************************
thread_count=4 ; **************************************************************

virtual
Posts: 15
Joined: Sat Jan 20, 2018 11:52 am

Re: Delayed Logo

Post by virtual »

I do not use logo detection, but I would try one of these:

Code: Select all

[Global Removes]
padding=0 (0-MAXINT)
;Amount of seconds each commercial will be reduced both as start and end.
;;When you always want to see the start and end of the commercial break this can be used.

remove_before=0
;Set the amount of seconds to remove before ALL commercials

remove_after=0
;Set to the amount of seconds to remove after ALL commercials
Jagad
Posts: 131
Joined: Wed Dec 07, 2011 12:37 am

Re: Delayed Logo

Post by Jagad »

Play with these settings
shrink_logo=5
after_logo=0
before_logo=0
and start with setting shrink_logo=0
Post Reply