Hi guys,
What is the best way of watermarking a video by using Php and a third party? Is Mencoder capable of that? Thanks.
Watermark
Moderator: General Moderators
Re: Watermark
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.
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
Is there any desktop application to do this?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.
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
Re: Watermark
what, like photoshop?Is there any desktop application to do this?
Re: Watermark
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.
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.