thank you very much for the time you spent for writing this guide. I truly cherish the "helping" attitude.
its going to take a while for me to go through these information...
Latest posts made by shetal
-
RE: Implementing a watermark on render
-
Implementing a watermark on render
Hi all
I've just began plugin development for a couple of days. The documentation is too complex for me. So far, I could only create a sample plugin with dialog and simple shape create , I could only do this by watching @kbar tutorial. (cheers to him)
what I'm tryin to do:
when I start the plugin, I want it to begin the rendering (of a simple shape I created) and at the exact start of rendering i want to implement a watermark. I want the watermark to be a pixelized text and color changing.been looking ate the documentation for hours. the only thing i know is i need to use VideoPostData but whatever i write turns out to be wrong.
it would be much appreciated if someone provides a brief guide. -
RE: best way to watermark the output
many thanks for the information and the friendly attitude.
i think its better for me to start another well-structured topic regarding my question. -
RE: best way to watermark the output
sorry for the inconvenience and thanks for the reply.
can you please give a link to start with VideoPostData? I'm kind of lost in the documentation...
-
best way to watermark the output
hi guys
I'm new to plugin development and i want to watermark my plugin in demo versions.
i searched a lot and and found several methods but i also found their CIRCUMVENTION on the internet.
so far the best one i came across is the watermark of redshift plugin. it is so popular and i found no way for removing its watermark.
can someone please tell me how can i implement such a watermark.
for those who haven't worked with this plugin, it shows the watermark from the beginning of render and during the render the pixels of watermark change color constantly. i hope this hint helps you get the idea on how it works.