Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 | Link |
Formerly davidh*****
Join Date: Jan 2004
Posts: 2,125
|
How to write a filter which creates a clip from nothing?
Hi,
I'd like to write a plugin which doesn't take a video clip as input, but does create one and return it as output. Is there a "right" way to do this? How should I declare the constructor, which normally looks something like this: Code:
example::example(PClip _child, IScriptEnvironment* env) : GenericVideoFilter(_child) { Do I create my own VideoInfo structure to create the output clip? Does anyone have an example of some code for a filter which does this? Thanks, David |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|