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 - Asharad - 2014-11-12 (2014-11-10, 18:48)menno Wrote: Can we rebuild a linux version off the latest windows? I started to do this last week, but it is a tremendous amount of code. RE: Comskip for Linux released - menno - 2014-11-12 You're the best! Keep us posted! RE: Comskip for Linux released - redstorm - 2014-11-12 I have comskip up and running and post processing my recordings, creating EDL and TXT files, located in the same directory as the recording with the same name. Whats the current state of support in XBMC for skipping are .txt file required or will it use the EDL files? the wiki is unclear as it states that .txt files are required for comskip. http://kodi.wiki/view/Edit_decision_list#Comskip Also my ini file is the default file and is not flagging commercials as i would have hoped. TV is New Zealand if anyone has a updated comskip.ini file that i could try? RE: Comskip for Linux released - cbxbiker61 - 2014-11-13 (2014-11-10, 15:59)menno Wrote: I wanted to use a logo file earlier generated from a show called Grand Desgins. Because 0.93i has been released. 0.93i tries to avoid aborts due to faulty input. Keep in mind that those std::out_of_range errors are caused by input files that are damaged. logo files are dynamic....they will not match closely enough between episodes to be reusable. Using custom ini's per program/channel on the other hand may be useful. I'm just starting work on 0.94 to fix issues that i know exist in 0.93. RE: Comskip for Linux released - menno - 2014-11-13 (2014-11-13, 11:55)cbxbiker61 Wrote:(2014-11-10, 15:59)menno Wrote: I wanted to use a logo file earlier generated from a show called Grand Desgins. Because Ok thanks, are you working together with Asharad? I would suggest you do a regression test against the latest windows version to see if you guys are up to par! Any place to donate? RE: Comskip for Linux released - Asharad - 2014-11-20 (2014-11-13, 23:34)menno Wrote: Ok thanks, are you working together with Asharad? Eh, no. I'm not doing anything. I said I started to look at it, and then quickly ran the other direction in fear. Sorry if I misled you. RE: Comskip for Linux released - boblfoot - 2015-01-10 I can't seem to uplink the SRPM but here is the spec file that worked on el7 for building comskip. It makes some assumptions like GPL license and does not have all the bells and whistles. Quote:Name: comskip RE: Comskip for Linux released - andy_r_blank - 2015-01-16 Built this and running a test now. Thank you! RE: Comskip for Linux released - cowfodder - 2015-01-28 I'm having a hard time getting this to build. I've followed the instructions for building with static ffmpeg and argtable 2 and I am getting this error Code: make all-am I'm on ubuntu 12.04.5 LTS 64-bit. Thanks for the help. **edit a few minutes after the fact. I think I figured it out. I missed the -j8 in make and for some reason that was it. comskip for Synology DS213+ DSM 5.1 - seminox - 2015-03-03 Hey everyone, i'm having a hard time trying to compile comskip for a Synology DS213+ (Qoriq based CPU). Is anybody out there who has a working cross compile environment for a DS213+ with DSM 5.1 and is willing to do me this favor? I'm trying for almost one year right now. But i just can't get it running...... Thanx in advance and hoping for your help.... seminox RE: Comskip for Linux released - bluenote - 2015-03-12 Hi guys I'm trying to compile for raspberry pi 2 raspbian, but I get a C++11 language features is required error. I saw someone mentioned clang, is this the way to fix this? thx RE: Comskip for Linux released - bluenote - 2015-04-01 So I've installed gcc-4.9 to be able to compile this under raspbian, the way I've installed it leaves the default gcc in place. Info on gcc-4.9 to solve C++11 errors: For anyone else struggling here's my source: https://blankstechblog.wordpress.com/tag/comskip/ https://solarianprogrammer.com/2015/01/13/raspberry-pi-raspbian-install-gcc-compile-cpp-14-programs/ Switch the default to gcc-4.9 temporarily: https://somewideopenspace.wordpress.com/2014/02/28/gcc-4-8-on-raspberry-pi-wheezy/ Install libargtable manually as specified in first post. Make the change detailed here: http://forum.kodi.tv/showthread.php?tid=150084&pid=1677585#pid1677585 Change avcodec_free_frame(is->pFrame); to avcodec_free_frame(&is->pFrame); in mpeg2dec.cpp around line 1500 (I think) - put your gcc and g++ back pointing to the original 4.6 versions. I think that sums up all the problems I had. RE: Comskip for Linux released - bluenote - 2015-04-22 I hate to be following my own post 3 times in a row, but can anyone tell me how to compile this into a .deb file so I can copy it to another system? If I just copy the executable it starts complaining about missing stdc .so files. thx RE: Comskip for Linux released - menno - 2015-08-19 Will we ever see an update of the linux versus? I love this stuff but unfortunately its too far behind the windows release! Thanks anyway for all your efforts! RE: Comskip for Linux released - tmm1 - 2015-09-10 Quote:Can we rebuild a linux version off the latest windows? I've ported the latest version of comskip to be POSIX compatible, and it now works on both mac and linux. Furthermore, Erik has graciously accepted my patches back into the official version. This means all three major platforms can now use the latest and greatest comskip features. You can build comskip for linux or mac directly from the git repository under Erik's account: https://github.com/erikkaashoek/Comskip |