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!!!
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 6 of 6
-
-
They can't be removed, but they can be blurred.
similar topic here: https://forum.videohelp.com/threads/271330-How-to-remove-channel-logoGoogle is your Friend -
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
-
-
-
There's no reason you can't download and remove/add logos at the same time.
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.
Similar Threads
-
how to remove more than one logo from a video file
By aruwin in forum EditingReplies: 8Last Post: 8th Sep 2015, 22:39 -
How remove logo from this video.
By nusratjaveid in forum EditingReplies: 0Last Post: 23rd Aug 2015, 06:26 -
FFMPEG copy or download video stream issue!
By kairukun in forum ProgrammingReplies: 1Last Post: 13th May 2015, 16:14 -
[ffmpeg]How to adding logo into end of video?
By radiaku in forum Newbie / General discussionsReplies: 0Last Post: 30th Sep 2013, 12:32 -
Transformation of the transport stream video to MP4 or MKV(without ffmpeg)
By Stears555 in forum Video ConversionReplies: 9Last Post: 1st Apr 2013, 05:51