Search found 12 matches

by CraigD
Mon May 17, 2021 3:47 am
Forum: Support
Topic: comskip segmentation fault with ffmpeg 4-4
Replies: 4
Views: 3416

Re: comskip segmentation fault with ffmpeg 4-4

The other solution I came up with that also worked was to install wine and use the windows version comskip.exe. https://www.winehq.org Download and unzip the file http://www.kaashoek.com/files/comskip82_010.zip wine <path to comskip.exe> <path/filename of file to be processed> I still prefer using t...
by CraigD
Mon May 17, 2021 3:29 am
Forum: Support
Topic: comskip segmentation fault with ffmpeg 4-4
Replies: 4
Views: 3416

Re: comskip segmentation fault with ffmpeg 4-4

Update: I found a solution that works for me Basically, I installed the older version ffmpeg-4.3.2 that worked with comskip prior to the recent upgrade. I installed it into a non-traditional directory, /$HOME/bin. With installation in /$HOME/bin the change only affects a single user and if you dele...
by CraigD
Fri May 14, 2021 3:48 pm
Forum: Support
Topic: comskip segmentation fault with ffmpeg 4-4
Replies: 4
Views: 3416

Re: comskip segmentation fault with ffmpeg 4-4

I was mistaken, comskip with no comskip.ini or with a comskip.ini that only contains "detect_method=43" still ends up with a segmentation fault. For testing I was running comskip on a variety of recorded *.ts files. With no or very minimal comskip.in it runs ok for several recordings then ...
by CraigD
Thu May 13, 2021 3:02 pm
Forum: Support
Topic: comskip segmentation fault with ffmpeg 4-4
Replies: 4
Views: 3416

my ini file that segfaults

detect_method=43 verbose=0 max_brightness=56 maxbright=1 test_brightness=36 max_avg_brightness=16 max_commercialbreak=240 min_commercialbreak=25 max_commercial_size=240 min_commercial_size=4 min_show_segment_length=240 max_volume=150 non_uniformity=100 disable_heuristics=48 cut_on_ac_change=1 threa...
by CraigD
Wed May 12, 2021 10:39 pm
Forum: Support
Topic: comskip segmentation fault with ffmpeg 4-4
Replies: 4
Views: 3416

comskip segmentation fault with ffmpeg 4-4

I am having a problem with comskip on Arch linux using ffmpeg 4.4-1. Comskip runs to completion if no comskip.ini is specified. With my very old comskip.ini it failed with a segmentation fault all or nearly all the time. I thought it might be the comments in the file were somehow not being recognize...
by CraigD
Wed Mar 11, 2020 5:38 am
Forum: Support
Topic: Linux comskip GUI window auto closes
Replies: 11
Views: 14452

Re: Linux comskip GUI window auto closes

I know this thread is ancient. I experienced the same problem in the past of the GUI window closing as soon as comskip finished processing the file. Fast forward to current time and the GUI is working as expected. The window stays open after comskip-gui processing, I can move about with keys "n...
by CraigD
Sat Dec 16, 2017 6:48 pm
Forum: Tuning
Topic: help with batch file
Replies: 2
Views: 7130

Re: help with batch file

Thanks Erik,

I got it figured out with some help from JavaWiz in the NPVR forum.

Craig
by CraigD
Tue Dec 05, 2017 8:15 pm
Forum: Tuning
Topic: help with batch file
Replies: 2
Views: 7130

help with batch file

Below is my batch file. To be clear I modified a batch file from the NPVR wiki created by javawiz. I use it to specify different ini files for different channels. I want to have an ini for football games. I often watch one game live while recording another and it would be great to have the commercia...
by CraigD
Mon Dec 04, 2017 6:02 pm
Forum: Tuning
Topic: added_recording question
Replies: 1
Views: 5827

added_recording question

Is "added_recording=" really minutes as indicated in the note of the ini file? Everything else time wise seems to be seconds. added_recording=14 ;(0-MAXINT);Amount of minutes that a recording is longer then the actual show + closing commercial if any) ;;This value is used to determine the ...
by CraigD
Wed Nov 29, 2017 5:36 pm
Forum: Tuning
Topic: What does cut code E: exceeds really mean
Replies: 4
Views: 7963

Re: What does cut code E: exceeds really mean

I was working on another ini file, I am setting up channel specific ini's, and came across another instance of E blocks that were commercial and not cut. On closer inspection they were all over 120s but less than 190s. I had modified min_show_segment_length=120. I changed it to min_show_segment_leng...
by CraigD
Tue Nov 28, 2017 3:24 pm
Forum: Tuning
Topic: What does cut code E: exceeds really mean
Replies: 4
Views: 7963

Re: What does cut code E: exceeds really mean

Thanks Erik, I suspected as much. I wish I had saved the log file from the other show as I looked at the time and thought it was less than 600 s aka max_commercialbreak=600. Maybe my eyes shifted up or down a line without my knowing. Related to that "len" is the time I should be looking at...
by CraigD
Tue Nov 28, 2017 6:49 am
Forum: Tuning
Topic: What does cut code E: exceeds really mean
Replies: 4
Views: 7963

What does cut code E: exceeds really mean

In the past I have used other peoples ini files to configure and run Comskip. They worked well but always missed some commercial or skipped some show. Hence, I decided to educate myself and make my own modification to make commercial skipping better. I have had some success but I have had two shows ...