How do you watermark .mwv clips?

codine

Junior Member
Joined
Nov 22, 2008
Messages
184
Reaction score
14
Can someone please tell me which programme to use to watermark your URL in a video, win. movie maker sucks.

Thanks.
 
you mean wmv? convert it with "super" and then use any free watermark program.. virtualdub can do it
 
I use ffmpeg. its a linux program that runs from the command line and can be used to batch watermark lots of videos.
 
with ffmpeg do you need to set how big letters are for every video or can you just enter the text and hit run ? imo its quite time consuming to resize the text for every 2nd video ?

thnx

You could try watermarking wmv with xilisoft video converter or so :) its quite ok, allso watermark factory
 
with ffmpeg do you need to set how big letters are for every video or can you just enter the text and hit run ? imo its quite time consuming to resize the text for every 2nd video ?

thnx

You could try watermarking wmv with xilisoft video converter or so :) its quite ok, allso watermark factory


hmm. it takes a font file as an argument. heres a brief example: http://www.professionalmiddleman.com/blog/2007/04/watermarking_a_.html

what you can do if you have videos of different sizes is make a simple shell script to check the size of the video and use the appropriate font file.

::edit:: it can also overlay an image
 
Last edited:
Back
Top