Posts: 183
Joined: Nov 2010
Reputation:
4
0.93 is released.
It is no longer encumbered with MAXWIDTH and MAXHEIGHT restrictions, and is more memory efficient when processing video that is less than 1920x1080 (uses about half the memory on 720p video).
Posts: 11
Joined: Mar 2012
Reputation:
0
lojden
Junior Member
Posts: 11
2013-02-07, 20:35
(This post was last modified: 2013-02-07, 20:46 by lojden.)
Hm, i've tried to run comskip now and it flags for commercial and i got a lot of errors.
[mpegts @ 0xafcdd20] Stream #2: not enough frames to estimate rate; consider increasing probesize
[mpegts @ 0xafcdd20] decoding for stream 2 failed
[mpegts @ 0xafcdd20] Could not find codec parameters for stream 2 (Audio: mp1, 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[NULL @ 0xafd6120] start time is not set in estimate_timings_from_pts
[mpegts @ 0xafcdd20] PES packet size mismatch
[mpegts @ 0xafcdd20] PES packet size mismatch
Input #0, mpegts, from 'Ullared.S04E02.ts':
Duration: 01:00:29.48, start: 72148.482489, bitrate: 3778 kb/s
Program 1
No Program
Stream #0:0[0x1006]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x1106](swe): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
Stream #0:2[0x1f06]: Audio: mp1, 0 channels, s16p
[mp1 @ 0xafcfde0] Header missingsec(90.77 fps), 1.00 sec(87.00 fps), 2%
[mpeg2video @ 0xafdb500] 0x0 is invalid
[mp1 @ 0xafcfde0] Header missing
Last message repeated 3 times
[mpeg2video @ 0xafdb500] 0x0 is invalid
[mp1 @ 0xafcfde0] Header missing
Last message repeated 270 times
[mpegts @ 0xafcdd20] Stream #2: not enough frames to estimate rate; consider increasing probesize
[mpegts @ 0xafcdd20] Could not find codec parameters for stream 2 (Audio: mp1, 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[NULL @ 0xafcfde0] start time is not set in estimate_timings_from_pts
[mpegts @ 0xafcdd20] PES packet size mismatch
By the way, is there any way to cut it automatically ?
Posts: 13
Joined: Mar 2013
Reputation:
0
Hi community,
i managed to compile a release of comskip today. i did that on a virtual machine running ubuntu 12.04.
the compilation went without errors (at least i dign't see an error).
When i take the binary to my openelec 2.99.4 and try to start it i get the following error:
./comskip: error while loading shared libraries: libargtable2.so.0: cannot open shared object file: No such file or directory
maybe i have a problem with libargtable2 not beeing available on openelec? or is there a possibility to compile comskip as "standalone" without any dependencies for openelec ?
thank you for any help.
Posts: 183
Joined: Nov 2010
Reputation:
4
Argtable can be compiled as a static lib (as per post one) and then you don't need an external argtable shared lib.
Posts: 13
Joined: Mar 2013
Reputation:
0
maybe you could give me a kind tip how to do that?
Posts: 16
Joined: Feb 2013
Reputation:
0
Thanks cbxbiker61 - now I get it!