Adding Logo or Watermark on video

Bug report and feature request
Chaozu
Beginner
Beginner
Posts: 4
Joined: Sat Nov 24, 2007 11:41 pm

Adding Logo or Watermark on video

Post by Chaozu » Thu May 08, 2008 2:21 am

Sorry for my poor english :oops:

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. :)

roozhou
Amateur
Amateur
Posts: 11
Joined: Wed Apr 30, 2008 8:24 pm

Re: Adding Logo or Watermark on video

Post by roozhou » Mon May 12, 2008 8:41 pm

Chaozu wrote:Sorry for my poor english :oops:

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
Beginner
Beginner
Posts: 4
Joined: Sat Nov 24, 2007 11:41 pm

Post by Chaozu » Tue May 13, 2008 3:33 am

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 :wink:

roozhou
Amateur
Amateur
Posts: 11
Joined: Wed Apr 30, 2008 8:24 pm

Post by roozhou » Tue May 13, 2008 7:55 am

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 :wink:
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.

stanley
Site Admin
Site Admin
Posts: 4135
Joined: Mon May 15, 2006 7:43 pm
Location: Sydney

Post by stanley » Wed May 14, 2008 3:11 pm

Currently the simplest way to add watermark is by using subtitle. :D
When things work together, things work.

LanX
Beginner
Beginner
Posts: 1
Joined: Tue Aug 05, 2008 10:31 pm

Post by LanX » Tue Aug 05, 2008 10:47 pm

stanley wrote:Currently the simplest way to add watermark is by using subtitle. :D
Of course it is... but it would only allow to add some text.

I have tried at least a dozen different tools having the ability to add static or animated logo watermark, and none of them succeeded in batch operations without unpredictable and ridiculous program crashes.

Since MediaCoder is by far the best transcoding tool I have ever seen, it would be the most appreciated feature to be added in a future release.

PNG with transparent layer and animated GIFs should be supported for this purpose, with the following options:
- ability to choose the logo size with fixed X,Y pixels
- ability to choose the logo size proportionally to input movie X,Y size
- placement offset expressed with X,Y coordinates,
- placement offset expressed as a percentage of X,Y size of input movie,
- transparency selectable by PNG/GIF own transparency or by alpha.

Hope all of this would be kept in consideration for future development of MediaCoder.

Thank you for your kind attention.

Intolerant of EVIL
Amateur
Amateur
Posts: 15
Joined: Wed Apr 09, 2008 12:53 pm
Location: here

Post by Intolerant of EVIL » Sun Aug 31, 2008 10:29 pm

delogo in mediacoder: +1

PNG24 8bit transparency watermarking: +1


try to settle for captionis in... welll drat clipboard doesn't feel like pasting to this board now so whatever. websearch: JW flash player


for the first two I use AVI demux




but the resultant transcode isn't as awesome as with MediaCoder
... to be continued

User avatar
forart.eu
Modest
Modest
Posts: 133
Joined: Wed Jan 24, 2007 9:00 pm
Location: Italy

Post by forart.eu » Mon Sep 01, 2008 8:03 am

Even if it uses VirtualDubMod as backend i would try to grab this feature (and not only) from FairUse Wizard.

Source code here

EDIT:
Video 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
How to add watermark to a video with mencoder or how to scale with FFmpeg? 3ad @ videohelp.com
>>Forward Agency
In progress we (always) trust.

User avatar
ka81
Beginner
Beginner
Posts: 8
Joined: Fri May 15, 2009 3:03 am
Location: Kyiv
Contact:

Re: Adding Logo or Watermark on video

Post by ka81 » Fri May 15, 2009 3:41 am

Latest MediaCoder 0.7.0

needs - to add a logo.

As all you know - we can do it simply useing Lofo filter in VirtualDub, BUT - we;ll have to make the whole process of converting video.

So, we have 1.mkv.
Convert it in MediaCoder to 1.avi.
Use VirtualDub with Logo filter and converting it there again.
not good.

Is it possible to make a logo-filter for MediaCoder, so when we convert 1.mkv to 1.avi we already can add logo??

Thanx anyway..
pan Oleksiy

stanley
Site Admin
Site Admin
Posts: 4135
Joined: Mon May 15, 2006 7:43 pm
Location: Sydney

Re:

Post by stanley » Sat May 16, 2009 5:54 pm

As far as I know, vhook only works on Linux.
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:
Video 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
How to add watermark to a video with mencoder or how to scale with FFmpeg? 3ad @ videohelp.com
When things work together, things work.

Post Reply