Comskip icon indicating copy to clipboard operation
Comskip copied to clipboard

A free commercial detector

Results 32 Comskip issues
Sort by recently updated
recently updated
newest added

Partly derived from #150; fixes #142. Seems to work in my experimenting, but I don't have a broad test suite for this; in particular, this likely breaks some of the...

I see that you list required dependencies that can be installed using homebrew. Is there a reason why a homebrew installer is not available for comskip?

Comskip does not build with ffmpeg 5.0: ``` gcc -DPACKAGE_NAME=\"Comskip\" -DPACKAGE_TARNAME=\"comskip\" -DPACKAGE_VERSION=\"0.82.009\" -DPACKAGE_STRING=\"Comskip\ 0.82.009\" -DPACKAGE_BUGREPORT=\"[https://github.com/erikkaashoek/Comskip/issues\](https://github.com/erikkaashoek/Comskip/issues/)" -DPACKAGE_URL=\"\" -DPACKAGE=\"comskip\" -DVERSION=\"0.82.009\" -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -I. -Wall -I/usr/include/x86_64-linux-gnu -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -DPROCESS_CC -DDONATOR -DHAVE_SDL -Wdate-time...

After following the build from source steps in the readme (+ OS X specific libraries/ dependencies section), I'm getting the following build error on two machines, one intel and one...

First thanks for this great piece of software. Only one small thing I noticed and want to inform you about: I was not able to build docker image with the...

I intermittently receive a segmentation fault when running comskip on linux with ffmpeg 4.3.2.. I ran comskip in gdb and received the follow error. I was able to duplicate the...

Anyone tried this on Debian Buster, mpeg2dec.c:2386:25: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] double frame_delay = av_q2d(is->video_st->codec->time_base) * is->video_st->codec->ticks_per_frame; ^~~~~~ In file included from mpeg2dec.c:35: /usr/local/include/libavformat/avformat.h:712:21: note: declared here AVCodecContext *codec;...

what about the following for comskip on linux ? --- comskip.c.orig 2021-11-13 18:39:09.219241152 +0100 +++ comskip.c 2021-11-13 18:37:37.151248689 +0100 @@ -13050,6 +13050,10 @@ { Debug(1, "%s not found\n", searchexefile); }...

It appears that some parts of Readme.md are no longer accurate. The [Ini file](https://github.com/erikkaashoek/Comskip#ini-file) section states: `You can find ini files at: http://www.kaashoek.com/comskip/` but it only links to a forum....

I generate a `00001.timing.csv` by executing ``` comskip-gui --ini comskip.ini --timing 00001.ts ``` It works without an error, but I want to open the file for inspection via ``` comskip-gui...