Page 1 of 1
Watermark
Posted: Mon Jan 28, 2008 10:54 am
by user___
Hi guys,
What is the best way of watermarking a video by using Php and a third party? Is Mencoder capable of that? Thanks.
Re: Watermark
Posted: Mon Jan 28, 2008 11:06 am
by JAM
Some say mencoder is hard to get working correct. I asked a friend and he's using somethin called Video Hook (?)...
Edit; Well, it was a feature, not a name...
http://ffmpeg.mplayerhq.hu/hooks.html#SEC7
Edit II; ...by calling it using commandline on his server after it's done with whatever it does... Don't ask. I'm not sure I can help out more than this, sorry.

Re: Watermark
Posted: Mon Jan 28, 2008 11:05 pm
by thamizhchelvan
JAM wrote:Some say mencoder is hard to get working correct. I asked a friend and he's using somethin called Video Hook (?)...
Edit; Well, it was a feature, not a name...
http://ffmpeg.mplayerhq.hu/hooks.html#SEC7
Edit II; ...by calling it using commandline on his server after it's done with whatever it does... Don't ask. I'm not sure I can help out more than this, sorry.

Is there any desktop application to do this?
Re: Watermark
Posted: Tue Jan 29, 2008 8:10 am
by Ollie Saunders
Is there any desktop application to do this?
what, like photoshop?
Re: Watermark
Posted: Wed Jan 30, 2008 1:41 am
by user___
Hi guys,
Thank you for the replies. I have found a solution. It is using mencoder and FFMPEG both. Use FFMPEG to put a watermark and mencoder for encoding.