VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Hi guys
    I have a questions
    How i can remove or replace logo in video stream with FFmpeg?
    For example: this link
    http://82.102.10.147/720P - 1.mkv
    As you can see at the bottom and top of the logo (gemonline)
    Now in this:
    http://82.102.10.147/720P - 2.mkv
    As you can see logos replaced! With (moviebaz)

    Source videos:
    https://goo.gl/5rfloy

    But for see, first you need to login (you can use my user and password)
    user: gemonlinetest1@gmail.com
    pass: 12345678

    I konw he uses FFmpeg for this, but how ????

    if you know any sotware or any way for this, please help me!!!
    Quote Quote  
  2. Member Krispy Kritter's Avatar
    Join Date
    Jul 2003
    Location
    St Louis, MO USA
    Search Comp PM
    They can't be removed, but they can be blurred.

    similar topic here: https://forum.videohelp.com/threads/271330-How-to-remove-channel-logo
    Google is your Friend
    Quote Quote  
  3. See the overlay example at ffmpeg.org. https://ffmpeg.org/ffmpeg-filters.html#overlay-1

    It could be as simple as:

    Code:
    ffmpeg -i video.mkv -i image.png -filter_complex "overlay=200:100" out.mkv
    That puts the overlay image x=200, y=100.
    Quote Quote  
  4. Originally Posted by Krispy Kritter View Post
    They can't be removed, but they can be blurred.

    similar topic here: https://forum.videohelp.com/threads/271330-How-to-remove-channel-logo


    He do something when downloading . i know logo Not part of the background , and by source website added.

    please see the source website
    Quote Quote  
  5. Originally Posted by jagabo View Post
    See the overlay example at ffmpeg.org. https://ffmpeg.org/ffmpeg-filters.html#overlay-1

    It could be as simple as:

    Code:
    ffmpeg -i video.mkv -i image.png -filter_complex "overlay=200:100" out.mkv
    That puts the overlay image x=200, y=100.


    He do something when downloading . i know logo Not part of the background , and by source website added.

    please see the source website
    Quote Quote  
  6. Originally Posted by sarjukhe View Post
    He do something when downloading .
    There's no reason you can't download and remove/add logos at the same time.

    Originally Posted by sarjukhe View Post
    i know logo Not part of the background , and by source website added.

    please see the source website
    I already looked at the two videos and it's obvious he removed the logo in the first video (with in-painting techniques) to make the second, where he overlaid a new logo.
    Quote Quote  



Similar Threads

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