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] vf_overlay/outbuf 2007-01-07 release

2007-01-10 Thread mike lewis
On 1/11/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Sun, 2007-01-07 at 14:10 -0500, Jason Tackaberry wrote: > > This fixes bugs exposed by recent commits in kaa.popcorn. > > Only it doesn't do so correctly. This one, I hope, does. > > http://urandom.ca/mebox/downloads/patches/vf_overlay_o

Re: [Freevo-devel] vf_overlay/outbuf 2007-01-07 release

2007-01-10 Thread Jason Tackaberry
On Sun, 2007-01-07 at 14:10 -0500, Jason Tackaberry wrote: > This fixes bugs exposed by recent commits in kaa.popcorn. Only it doesn't do so correctly. This one, I hope, does. http://urandom.ca/mebox/downloads/patches/vf_overlay_outbuf-2007-01-10-TESTING.diff Note that I have begun the process

Re: [Freevo-devel] Original image size not showing

2007-01-10 Thread Chandan Pitta
A bit more work than I expected to update the cache so that it works in the same way as normal cache. Especially, as I hadn't committed Wout's patch until too late, meaning that I had to apply the patch by hand. Let's hope that I didn't break anything else in the process. Quite a few files change

Re: [Freevo-devel] freevo-1.7-svn / dvdbackup plugin : doens't work on my installation.

2007-01-10 Thread Duncan Webb
Guillaume Proux wrote: > Got the same error here after trying to get FINDING NEMO (French > version) to go through dvdbackup. > > Looking at the encodingserver logs, one can see that the vf option is empty. > I made a simple test to see if the vf option is empty and if yes, just > not append it to

Re: [Freevo-devel] Original image size not showing

2007-01-10 Thread Duncan Webb
Chandan Pitta wrote: > On 1/8/07, Duncan Webb <[EMAIL PROTECTED]> wrote: >> Chandan Pitta wrote: >> > On 1/7/07, Duncan Webb <[EMAIL PROTECTED]> wrote: >> >> Chandan Pitta wrote: >> >>> On 1/5/07, Duncan Webb <[EMAIL PROTECTED]> wrote: >> Chandan Pitta wrote: >> > What happened to the imag

Re: [Freevo-devel] freevo-1.7-svn / dvdbackup plugin : doens't work on my installation.

2007-01-10 Thread Guillaume Proux
Got the same error here after trying to get FINDING NEMO (French version) to go through dvdbackup. Looking at the encodingserver logs, one can see that the vf option is empty. I made a simple test to see if the vf option is empty and if yes, just not append it to the args. Would you like that pat

Re: [Freevo-devel] freevo-1.7-svn / dvdbackup plugin : doens't work on my installation.

2007-01-10 Thread Pascal Schirrmann
Duncan Webb a écrit : > Pascal Schirrmann wrote: > > I've not tested dvdbackup since the iPod changes, it's on my todo list > after I've completed the webserver image cache. > OK > After this I'll have a look at the encoding server, just don't have > quite so much time at the moment :( > Y

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