Hello,
I used this to get comcut installed.
cd /var/tmp
mkdir ComSkipWork
wget http://www.xilka.com/xilka/source/comskip-0.93i.tar.xz
tar xf comskip-0.93i.tar.xz
cd comskip-0.93i
./configure --prefix=/usr
make -j8
sudo make install
Is this the latest version of comcut? if not where do I get it from? I can not find a linux source.
I ask because I used your script on a hdhomerun dvr file, that Plex saved as a mpeg2 file in mkv.
I have run the script twice and both times it cut the 30 minute show to 17 and dropped the last 3rd of the show.
The first commercial break it did not remove all the commercials, but remove about 2 minutes of the 4 mins of commercials.
SCREEN SHOWED THIS WHEN i RAN IT.
Input #0, ffmetadata, from ‘bonetest.ffmeta’:
Duration: 00:13:10.00, start: 0.000000, bitrate: 0 kb/s
Chapter #0:0: start -30.000000, end 355.000000
Chapter #0:1: start 265.000000, end 570.000000
Chapter #0:2: start 501.000000, end 790.000000
Input #1, mpegts, from ‘concat:./chapter-1-rZwm3asU.ts|./chapter-2-VlnsV8e8.ts|./chapter-3-BdGKEkR3.ts’:
Duration: 00:04:49.06, start: 1.400000, bitrate: 31899 kb/s
Program 1
Metadata:
service_name : Service01
service_provider: FFmpeg
Stream #1:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], Closed Captions, max. 25000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #1:1[0x101]: Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 192 kb/s
[matroska @ 0x2091680] Codec for stream 0 does not use global headers but container format requires global headers
[matroska @ 0x2091680] Codec for stream 1 does not use global headers but container format requires global headers
Output #0, matroska, to ‘bonetestcom.mkv’:
Metadata:
encoder : Lavf56.40.101
Chapter #0:0: start 0.000000, end 355.000000
Chapter #0:1: start 265.000000, end 570.000000
Chapter #0:2: start 501.000000, end 790.000000
Stream #0:0: Video: mpeg2video (mpg2 / 0x3267706D), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, max. 25000 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 90k tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, 192 kb/s
Stream mapping:
Stream #1:0 -> #0:0 (copy)
Stream #1:1 -> #0:1 (copy)
frame=29272 fps=1665 q=-1.0 Lsize= 1040581kB time=00:16:19.68 bitrate=8701.2kbits/s
video:1017151kB audio:22965kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.044708%
Any idea were to troubleshoot?
What is the script using to detect commercials?
thanks in advance
Haeffnkr