Log in

View Full Version : AutoGK and logos (watermarks)


pain2000
18th September 2008, 13:52
Hello everybody,
first I will say: I love AutoGK.
But I like to place logos like stationID's into my movies. So I decided to write a little tool which can do so by using AutoGK.
The simplest way is to use the internal logo-filter of VDubMod. But to use this filter the encoding process must be switched from 'fast recompress' to 'full processing mode', so encoding will take quite longer... My little tool does so. It rewrites the 'lastjob.vcf' this way:from VirtualDub.video.SetMode(1); to
VirtualDub.video.SetMode(3);
and adds two new lines
VirtualDub.video.filters.Add("logo");
VirtualDub.video.filters.instance[0].Config("D:\\watermark.tga", 1, 3, 1, 0, 0, 0, 65536);
My tool is running as a loader and expands the 'advanced options' dialog about its own form.
http://img235.imageshack.us/img235/8387/agkml1.jpg
Please let me know what u are thinking...

P.S. My english is not very good, please forgive me...