![]() |
Comskip for Linux released - Printable Version Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Tvheadend (https://forum.kodi.tv/forumdisplay.php?fid=168) ---- Thread: Comskip for Linux released (/showthread.php?tid=150084) |
RE: Comskip for Linux released - schumi2004 - 2014-02-20 (2014-02-20, 17:33)seminox Wrote: thanx for your help, Ow sorry, i thought i have read 213j which is ARM. Maybe aisman can give some tips in this? RE: Comskip for Linux released - jessh - 2014-02-20 I am trying to find the best settings for certain content so I had it create a csv file and tried to run it from that but got the following error: Using Super Why!.2008-04-09.E23.logo.txt for logo data. terminate called after throwing an instance of 'std::out_of_range' what(): x exceeds max width Aborted Any ideas? Can include the full output if its helpful. Thanks, Jess Also specifying an ini file via the commandline doesn't seem to work: $ comskip --ini==~/comskip-pbs.ini ../Super\ Why\!.2009-04-06.E43.ts --output=./ Comskip 0.93g.000, made using avcodec The commandline used was: comskip --ini==~/comskip-pbs.ini "../Super Why!.2009-04-06.E43.ts" --output=./ Setting ini file to =~/comskip-pbs.ini as per commandline No INI file found in current directory. Searching PATH... INI file found at /etc/comskip/comskip.ini Using /etc/comskip/comskip.ini for initiation values. Mpeg: ../Super Why!.2009-04-06.E43.ts Exe /usr/bin/comskip Logo: .//Super Why!.2009-04-06.E43.logo.txt Ini: /etc/comskip/comskip.ini Thanks, Jess RE: Comskip for Linux released - ss2kw - 2014-02-21 Trying to install comskip 0.93g on FC20. When I try to compile it starts fine, and then I get I get LoadSettings.cpp: In member function ‘void CS::CommercialSkipper::loadSettings(int, char**)’: LoadSettings.cpp:747:64: error: ‘arg_freetable’ was not declared in this scope arg_freetable(argtable, sizeof(argtable) / sizeof(argtable[0])); ^ make[1]: *** [comskip-LoadSettings.o] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f .deps/comskip-ProcessArInfo.Tpo .deps/comskip-ProcessArInfo.Po mv -f .deps/comskip-ProcessCsv.Tpo .deps/comskip-ProcessCsv.Po mv -f .deps/comskip-mpeg2dec.Tpo .deps/comskip-mpeg2dec.Po mv -f .deps/comskip-comskip.Tpo .deps/comskip-comskip.Po make[1]: Leaving directory `/var/tmp/comskip-0.93g' make: *** [all] Error 2 Can someone tell me how I can declare arg_freetable in the required scope? Or any other way to fix this? RE: Comskip for Linux released - Prof Yaffle - 2014-02-22 Install argtable2, I suspect. RE: Comskip for Linux released - ss2kw - 2014-02-22 (2014-02-22, 19:08)Prof Yaffle Wrote: Install argtable2, I suspect. argtable2 is installed. As is g++. I couldn't have gotten past configure without them. RE: Comskip for Linux released - Prof Yaffle - 2014-02-22 Ah, well, it was worth a try! RE: Comskip for Linux released - jessh - 2014-02-24 Anyone get closed caption support working? I have ts files with closed captions but it isn't finding anything even though I added phrases from the episode to the dictionary. According to vlc there are 44 cc tracks and 2 seems to be the good one,maybe it doesnt search all of them? RE: Comskip for Linux released - seminox - 2014-03-18 Hi folks, i'm back ;-) ok. i'm still trying to compile a comskip version running on a powerpc based qoriq cpu. Goal is to run it on a Synology DS213+ with DSM 5.0 installed. i've set up a build environment with all necessary dependencies for comskip. i chrooted to this environment and startet in ./comskip-0.93g/ with: ./configure which throws the following messages: Code: checking for a BSD-compatible install... /usr/bin/install -c so everything ok i think..... i ran "make" and get: Code: make RE: Comskip for Linux released - seminox - 2014-03-18 i think i can answer myself...... Code: checking whether g++ supports C++11 features by default... no ..... i'm going to write to synology..... RE: Comskip for Linux released - noggin - 2014-03-18 (2014-01-18, 11:16)xxxnelly Wrote: What about any other countries, is this just a problem in the UK or do most have it? AIUI Comskip and similar programs work by trying to analyse what a broadcaster does either side/during an ad break, and then tries to detect it. Different broadcasters will do different things - some will be easy to detect, others not so easy. Examples :
RE: Comskip for Linux released - matt91 - 2014-03-23 I'm trying to get this installed on my Ububtu 13.10 installation, but i'm getting stuck with argtable2. I followed through (successfully, I think) the instructions in the first post to this step Code: PKG_CONFIG_PATH=/var/tmp/ComSkipWork/ffmpeg-2.0-install/lib/pkgconfig ./configure --prefix=/usr but received the error: Code: checking for ARGTABLE2... no I then jumped to the argtable2 section of the original post, and seemed to get things going, but i'm not sure how to proceed with this step: Code: Then to build comskip add /var/tmp/ComSkipWork/argtable2-install to the I tried various iterations of PKG_CONFIG_PATH=/var/tmp/ComSkipWork/ffmpeg-2.0-install/lib/pkgconfig ./configure:/var/tmp/ComSkipWork/argtable2-install --prefix=/usr and similiar, but i'm still getting stuck at this error. I think that I just don't have the PKG_CONFIG_PATH usage correct, probably because I'm not 100% sure what I'm doing. Can anyone help with the right format/syntax, or provide any other assistance? thakns Matt RE: Comskip for Linux released - cbxbiker61 - 2014-03-25 PKG_CONFIG_PATH is just like any other PATH variable on UNIXy OSs, meaning you use a colon to separate multiple entries... PKG_CONFIG_PATH="/path1:/path2" RE: Comskip for Linux released - matt91 - 2014-03-25 (2014-03-25, 03:16)cbxbiker61 Wrote: PKG_CONFIG_PATH is just like any other PATH variable on UNIXy OSs, meaning you use a colon to separate multiple entries... I'm pretty sure that I did run Code: PKG_CONFIG_PATH=/var/tmp/ComSkipWork/ffmpeg-2.0-install/lib/pkgconfig:/var/tmp/ComSkipWork/argtable2-install ./configure --prefix=/usr but I still get stuck at the "No package 'argtable2' found" error. I'll run it again tonight to be sure. thanks RE: Comskip for Linux released - cbxbiker61 - 2014-03-30 Updated comskip 0.93h to eliminate deprecation warnings with ffmpeg 2.2. Updated directions for static ffmpeg/argtable build. RE: Comskip for Linux released - Novin - 2014-03-30 Hi, why not make a PPA so one can just install a package? And I guess there is something equivalent for RPM-based systems. |