I want to write video filter for Adobe Premiere, and I need to print/draw/render some text into the output video frame.
Looking into adobe premiere cs4 sdk I couldn’t find a quick answer – is it possible?
Please provide some samples!
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Some strategy I will try to implement:
UPDATE
alt text http://img413.imageshack.us/img413/6201/adobe.jpg
Working sample, using Simple_Video_Filter sample from SDK…
at the beginning of xFilter (short selector, VideoHandle theData) function create bitmap with text:
in the middle where filter is set, instead of
use
and in the end of function clean memory
PS [some day :)] need to store bitmap in memory once instead of creating each time per frame…