Watermark

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Watermark

Post 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.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Re: Watermark

Post 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. :(
thamizhchelvan
Forum Newbie
Posts: 23
Joined: Tue May 08, 2007 2:50 am

Re: Watermark

Post 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?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Re: Watermark

Post by Ollie Saunders »

Is there any desktop application to do this?
what, like photoshop?
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Re: Watermark

Post 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.
Post Reply