VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Search Comp PM
    hi guys i need your help to remove(cover) a moving watermark that appears for few seconds.any advise or help would be greatfull.
    cheers
    Quote Quote  
  2. Can you clarify what you mean by "live video" ? Web? Broadcast ? Live studio feed ?
    Quote Quote  
  3. Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Search Comp PM
    its broadcast
    Quote Quote  
  4. What are you referring to? Sending or Receiving end ? Some background info or context would be helpful
    Quote Quote  
  5. Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Search Comp PM
    its live capture and streaming
    Quote Quote  
  6. Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Search Comp PM
    someone that knows how to do it with any c++ ?
    Quote Quote  
  7. If the watermark in not very large , sitting at the center of the screen or moving around randomly, then you may consider to use a subtitle remover.(AviUtl and Virtualdub have this)
    or, apply blur/mosaic and then sharpen, on the watermarked area. For automatic tracking of the mark, you may need AfterEffect. If you do not mind doing the marking by hand every a few frames(if moving randomly), AviUtl do this for free.
    Quote Quote  
  8. Introduce delay buffer, pattern recognition (in fact can be simple and real time), place own watermark over unwanted watermark.

    No i don't know software that doing this but you can easily find some developer who create such software for you as primitives are more or less widely available (samples of code, libraries etc).
    Quote Quote  
  9. Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Search Comp PM
    someone thas is expert and want to give some help.i will help him also
    Quote Quote  
  10. Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Search Comp PM
    i tried video effect but there is no option how to add from the capture card or add a streaming link.someone knows?
    Quote Quote  
  11. If you must handle the video stream real-time and cannot be saved and processed later, check the OpenCV and SimpleCV libraries (for C++ and Python 2.7)
    Quote Quote  
  12. Perhaps ffmpeg code can be used, there is capture support, there processing part, some things related to character recognition (pattern recognition can be used). Instead removing watermark, perhaps is is better (for sure way faster) to paint (overlap/overlay) non transparent own watermark over existing one - then with some tracking algorithm (to follow original watermark) working code can be created.
    This is not easy but also with all resources already existing should be possible in reasonable time.
    And yes, perhaps i'm very optimistic as not a developer.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!