Comskip
Comskip copied to clipboard
A free commercial detector
Just a note for your README: I additionally had to install - pkg-config - libavutil - libavcodec-dev - libavformat-dev to get it working which was not mentioned in the prerequisites....
Repeated segmentation faults that I believe are related to recent upgrade of ffmpeg from 2:4.3.2-6 to 2:4.4-3 on Arch linux. Pastebin portion of journalctl -b with error [http://ix.io/3mpJ]
When attempting to change the targeted program within a multiprogram transport stream file, specifying a pid using the -p/--pid flag doesn't seem to have any effect. The -t/--ts flag also...
Got this on Ubuntu 20.04; comskip binary is build from git master ``` ~/git/Comskip$ ./comskip ../tst.ts Comskip 0.82.010, made using ffmpeg Donator build The commandline used was: ./comskip ../tst.ts No...
Most of the time EDL files are created properly, but sometimes there is some extra output being produced that is breaking the functionality when Kodi tries to process it. Any...
Capturing this for perhaps a look later on - or is it just me seeing this? Thanks!
attempting to use the command comskip --ini="myfile.ini" --output-filename="testing" my-video-file.mkv does not produce testing.edl and testing.txt, it produces my-video-file.edl and my-video-file.txt Or am I not understanding the purpose of this flag?...
When trying to review comskip txt files with associated video files larger than 2GB on linux (raspbian jessie), it is unable to open the source video file for review. I...
OS:macOS Sierra version: 10.12.3 I get this error: ``` gcc -g -O2 -o comskip comskip-comskip.o comskip-mpeg2dec.o comskip-platform.o comskip-video_out_dx.o ccextratorwin/comskip-608.o ccextratorwin/comskip-ccextractor.o ccextratorwin/comskip-encoding.o ccextratorwin/comskip-general_loop.o ccextratorwin/comskip-myth.o /usr/local/lib /usr/local/lib -lpthread -lm ld: can't map...
Comskip fails with a segmentation fault if you run it in a directory for which your account isn't granted write permission. Errno 11. I suggest a more graceful failure from...