Re: [Freevo-devel] Commercial Detection (proof of concept)

2007-01-11 Thread Justin Wetherell
Sorry but I was having some queue issues, this is a more finished version. Patched against 1.7 svn. On 1/10/07, Justin Wetherell <[EMAIL PROTECTED]> wrote: Ok, got a working copy. If anyone would like to give it a try and let me know how well it works for your cable company. It's built against

Re: [Freevo-devel] Commercial Detection (proof of concept)

2007-01-10 Thread Justin Wetherell
Ok, got a working copy. If anyone would like to give it a try and let me know how well it works for your cable company. It's built against 1.7 svn. Attached in the tarball: tar -xvf commercialDetection.zip src/commdetectcore.py src/helpers/commdetectserver.py src/video/commdetectclient.py commdet

Re: [Freevo-devel] Commercial Detection (proof of concept)

2007-01-10 Thread Justin Wetherell
I'll write it against 1.7-svn but I envision it being a server like the rss or encoding server, so only a few lines of code will need to be added to the actual Freevo base code. I manually editted an edl file for mencoder and the blackframes were detected correctly (and skiped the commericals cor

Re: [Freevo-devel] Commercial Detection (proof of concept)

2007-01-10 Thread Evan Hisey
Justin- Great. which branch will it be against? Evan On 1/10/07, Justin Wetherell <[EMAIL PROTECTED]> wrote: > With the latest release of mplayer (MPlayer-1.0rc1) there is a new video > filter called "blackframe". Which, as the title might give it away, it can > be run against a previously rec

[Freevo-devel] Commercial Detection (proof of concept)

2007-01-10 Thread Justin Wetherell
With the latest release of mplayer (MPlayer-1.0rc1) there is a new video filter called "blackframe". Which, as the title might give it away, it can be run against a previously recorded mpeg and spit out the frames which it thinks have are atleast 98% black. Mplayer also has a feature (I dont know