Click here to Skip to main content
15,868,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Does anyone know how to use the ffmpeg tool to add a watermark to a video,
if anyone does please I need the syntax and the resources required if addition dlls are to be introduced.

Thanks in advance.
Posted
Comments
98z28 16-May-12 12:31pm    
I'm not sure if you want to simply manually use ffmpeg or if you wanted to make a front end to the ffmpeg.exe library.

But I made my own program that is still in the design stage that uses ffmpeg to encode and such. It hides the ffmpeg library and interfaces with the library through commands. I also added a feature to add a watermark to a video. I made it in VB.net. The code isn't finished yet but you should be able to get the bits and pieces you want for encoding a video with a watermark image. Just lmk if you want the code to not.

1 solution

Here is a video that hows you how to do it: Add a Watermark to a Video with ffmpeg[^]. This video shows how to do it under unix. If you're on windows just vhook the watermark.dll instead of watermark.so.

Please always try something first!

Regards,

Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900