Search found 8 matches

by Zuikkis
Wed Dec 20, 2017 4:32 pm
Forum: Feedback
Topic: Compare different language audio tracks
Replies: 2
Views: 6700

Re: Compare different language audio tracks

I actually fixed my own program. :) The secret is to add some parameters to ffmpeg: ffmpeg -y -i 00001.ts -map 0:1 -af "aresample=async=1" lang1.wav -map 0:2 -af "aresample=async=1" lang2.wav "aresample=async=1" filter fixes the timeline by adding silence when needed, s...
by Zuikkis
Mon Dec 18, 2017 8:59 pm
Forum: Feedback
Topic: Compare different language audio tracks
Replies: 2
Views: 6700

Compare different language audio tracks

I have a few channels that are hard for Comskip. Channel logo is always on, and audio is only two channels always. However I noticed that while there are two different audio tracks (original and dubbed), commercials are always on single language. So both audio tracks are playing the same data during...
by Zuikkis
Sun Dec 10, 2017 10:12 pm
Forum: Feedback
Topic: output_vdr slightly invalid format
Replies: 1
Views: 5094

output_vdr slightly invalid format

Hi! I noticed small problem in output_vdr format.. Probably not many are using this. from VDR wiki http://www.vdr-wiki.de/wiki/index.php/Vdr(5)#MARKS MARKS The file marks (if present in a recording directory) contains the editing marks defined for this recording. Each line contains the definition of...
by Zuikkis
Sun Dec 10, 2017 8:30 am
Forum: Feedback
Topic: DVB subtitles as a detection method.
Replies: 6
Views: 8432

Re: DVB subtitles as a detection method.

I fixed the logo problem already. I manually edited shorter clip with only full logo shown, and comskip detected that correctly. Then saved the logo and now passing it with --logo parameter, works perfectly. :) Edit: ah sorry for the trouble. :D Just found out about "cut_on_ac_change" and ...
by Zuikkis
Sat Dec 09, 2017 6:11 pm
Forum: Feedback
Topic: DVB subtitles as a detection method.
Replies: 6
Views: 8432

Re: DVB subtitles as a detection method.

I already have other ideas. :D Some "C More" satellite channels have separate SD and HD versions, and the HD version is marked by "HD" logo on top right corner. This logo stays there always, even during commercials. The actual channel logo is a bit to the left of this HD logo, an...
by Zuikkis
Mon Dec 04, 2017 6:51 pm
Forum: Feedback
Topic: DVB subtitles as a detection method.
Replies: 6
Views: 8432

Re: DVB subtitles as a detection method.

Any luck with this? :)
by Zuikkis
Tue Nov 28, 2017 4:06 pm
Forum: Feedback
Topic: DVB subtitles as a detection method.
Replies: 6
Views: 8432

Re: DVB subtitles as a detection method.

Thanks for the prompt reply! :) http://zuik.org/testvid.ts It's about 30MB in size. Note that this clip also has some burned in english subs, but finnish subs are in DVB subtitle track. Dump from ffmpeg: Input #0, mpegts, from '00001.ts': Duration: 00:00:33.62, start: 13485.319578, bitrate: 8802 kb/...
by Zuikkis
Mon Nov 27, 2017 10:20 pm
Forum: Feedback
Topic: DVB subtitles as a detection method.
Replies: 6
Views: 8432

DVB subtitles as a detection method.

Hi, I'm a new Comskip user, just some initial tests done but looks really promising! I'm using Comskip with VDR. VDR has a plugin "markad" for the same purpose, but Comskip seems to be doing much better work. One thing I noticed, there is a "Closed Captions" detection method. Thi...