
A feature for adding your own Logo or Watermark with color transparency to the video, please.
(and maybe it is already added, also a method for adding or splitting mp4 h.264 video)
Thx.

There is a video filter in mencoder called "delogo" which will do your job.Chaozu wrote:Sorry for my poor english![]()
A feature for adding your own Logo or Watermark with color transparency to the video, please.
(and maybe it is already added, also a method for adding or splitting mp4 h.264 video)
Thx.
Alright my mistake. It should be bmovl which reads bitmap from named pipe and displays it at certain place. I have never tested it and IMO you need to write a program to have this filter work for you.Chaozu wrote:De-logo, it is a filter for removing or bluring logo, isn't it ?![]()
I search a feature for adding logo on a video.
I start to make tv capture video (tv series, shows, reality games etc.) with my tv card.
So when reencoding the video in h.264, i also would like to put my own logo on it
Of course it is... but it would only allow to add some text.stanley wrote:Currently the simplest way to add watermark is by using subtitle.
How to add watermark to a video with mencoder or how to scale with FFmpeg? 3ad @ videohelp.comVideo Hook Documentation wrote:Example usage:
ffmpeg -i infile -vhook '/path/watermark.so -f wm.gif' -an out.mov
ffmpeg -i infile -vhook '/path/watermark.so -f wm.gif -m 1 -t 222222' -an out.mov
forart.eu wrote:Even if it uses VirtualDubMod as backend i would try to grab this feature (and not only) from FairUse Wizard.
Source code here
EDIT:How to add watermark to a video with mencoder or how to scale with FFmpeg? 3ad @ videohelp.comVideo Hook Documentation wrote:Example usage:
ffmpeg -i infile -vhook '/path/watermark.so -f wm.gif' -an out.mov
ffmpeg -i infile -vhook '/path/watermark.so -f wm.gif -m 1 -t 222222' -an out.mov