Search found 11 matches

by padillaj3
Sat Jan 04, 2020 8:35 pm
Forum: Support
Topic: Problem Compiling in Ubuntu
Replies: 4
Views: 6914

Re: Problem Compiling in Ubuntu

Ok, I figured out what was missing after typing "make" : sudo make install So the full procedure I used is this: Made a directory to install comskip and then in a terminal window in that folder I typed the following commands: sudo apt-get install -y git build-essential libargtable2-dev lib...
by padillaj3
Sat Jan 04, 2020 3:43 pm
Forum: Support
Topic: Problem Compiling in Ubuntu
Replies: 4
Views: 6914

Re: Problem Compiling in Ubuntu

I got it from github:

$ git clone git://github.com/erikkaashoek/Comskip
$ cd Comskip
$ ./autogen.sh
$ ./configure
$ make
by padillaj3
Sat Jan 04, 2020 3:35 am
Forum: Support
Topic: Problem Compiling in Ubuntu
Replies: 4
Views: 6914

Problem Compiling in Ubuntu

Hello, I'm unable to compile comskip on a 64bit machine running xUbuntu Ubuntu 18.04.3 LTS, I get the following text when the "make" command finishes: mv -f ccextratorwin/.deps/comskip_gui-myth.Tpo ccextratorwin/.deps/comskip_gui-myth.Po gcc -DPACKAGE_NAME=\"Comskip\" -DPACKAGE_T...
by padillaj3
Tue Mar 19, 2019 5:22 pm
Forum: Support
Topic: mpeg2dec.c errors when attempting to build from source.
Replies: 3
Views: 6326

Re: mpeg2dec.c errors when attempting to build from source.

I'm running Ubuntu 32bit. Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty I don't know what the Travis scripts are. I just went with the instructions: git clone git://github.com/erikkaashoek/Comskip cd Comskip sudo ./autogen.sh sudo ./configure sudo make I did ...
by padillaj3
Tue Mar 19, 2019 5:56 am
Forum: Support
Topic: mpeg2dec.c errors when attempting to build from source.
Replies: 3
Views: 6326

mpeg2dec.c errors when attempting to build from source.

Hello, I'm trying to build comskip from the link: git clone git://github.com/erikkaashoek/Comskip but when I get to the make step I get many errors relating to mpeg2dec.c Below is the output Notebook-PC:~/Comskip$ sudo make gcc -DPACKAGE_NAME=\"Comskip\" -DPACKAGE_TARNAME=\"comskip\&q...
by padillaj3
Mon Jan 28, 2019 7:04 am
Forum: Support
Topic: Is there a Debug window in Linux version?
Replies: 1
Views: 4637

Is there a Debug window in Linux version?

Is there a Debug window in Linux version of comskip? I've added the line below to my .ini file to see if I could get the debug window to open, but comskip just runs as usual: output_debugwindow=1 I'm running: Comskip 0.81.089 I also tried running the command with the -w option but I still don't get ...
by padillaj3
Sat Jun 10, 2017 10:55 pm
Forum: Support
Topic: My laptop detects commercials but my Raspberry pi doesn't
Replies: 2
Views: 3756

Re: My laptop detects commercials but my Raspberry pi doesn'

Ok thanks for the advice, I will keep tweaking the .ini file for the Raspberry pi individually, I have been trying different settings but was going under the assumption that if it worked on one it should work on the other. If I find settings that work with the Raspberry pi I will post an update.
by padillaj3
Sat Jun 10, 2017 5:32 am
Forum: Support
Topic: My laptop detects commercials but my Raspberry pi doesn't
Replies: 2
Views: 3756

My laptop detects commercials but my Raspberry pi doesn't

I have a Raspberry pi running Comskip on my TVHeadend recordings, the thing is that for IPTV Streams it does not detect any commercials. If I run the same .ini file on the same video file on my laptop, then the laptop does detect commercials. For most Recordings coming from my TV Tuner Comskip on th...
by padillaj3
Fri Dec 09, 2016 7:25 am
Forum: Support
Topic: I keep getting sementation faults
Replies: 3
Views: 4200

Re: I keep getting sementation faults

I rebuilt comskip as per instructions in the following thread and now it works:

http://forum.kodi.tv/showthread.php?tid=150084
by padillaj3
Mon Dec 05, 2016 2:14 am
Forum: Support
Topic: I keep getting sementation faults
Replies: 3
Views: 4200

Re: I keep getting sementation faults

Oh believe me, I've been trying to find something related to this all over the place but the few references to segmentation faults lead on the net to this forum, I bet you this one will now be in the top 3.
by padillaj3
Sun Dec 04, 2016 12:12 am
Forum: Support
Topic: I keep getting sementation faults
Replies: 3
Views: 4200

I keep getting sementation faults

Hello, I'm running comskip under Ubuntu MATE on a Raspberry Pi 3 and it seems that no matter what settings I give it, I always get "Segmentation Fault" errors whenever it try to run comskip. Is there a way to fix this? Some more details on my set up: I built comskip from the github page tw...