[MPlayer-dev-eng] [CFTWWI] VF logodetect/logoremove

Jindrich Makovicka makovick at kmlinux.fjfi.cvut.cz
Sat Aug 13 07:49:47 CEST 2005


Shachar Raindel wrote:
> On 8/12/05, Ivo <ivop at euronet.nl> wrote:
> 
>>On Thursday 11 August 2005 23:28, Shachar Raindel wrote:
>>
>>>On 8/11/05, Ivo <ivop at euronet.nl> wrote:
>>>
>>>>You're right it's not usable for realtime processing. It needs
>>>>thousands of itterations.
>>>
>>>Can't one use estimations based on the fact we are processing a video?
>>>i.e.  do the full processing in the first round, than use these values
>>>as the initial values for the next round, or maybe even as the final
>>>values (after applying mc), saving precious time?
>>
>>I assume by round, you mean the encoding pass of an n-pass encoding? Having
> 
> 
> No. Round = each frame. Mening use the values from the first frame as
> the initial values for the second frame, etc.

Maybe using simply the nearest non-logo pixel would be a good initial
guess. Another option is using both approaches - compare the masked
frames, and if they are close in some reasonable metric, use the
previous result as an initial guess, and go for the nearest pixel
otherwise (which would usually mean that the scene has changed and the
previous result is rather useless).

-- 
Jindrich Makovicka




More information about the MPlayer-dev-eng mailing list