MisterTiny
9th June 2005, 08:56
Hello ... ;)
I've wrote a small filter, this filter compute audio, so I have a ***::GetAudio(...).
But my filter also display some data on frame if the user activate a "verbose" mode ... so I also have ***::GetFrame(...).
And when in script, my filter don't accept as Arg[0] a clip whith only audio ( typicaly, just a DirectShowInput( "my_file.ac3" ) ...
So, a lot of questions : ;)
> Is it because my class have GetFrame() ? ...
> If I don't put GetFrame(), will my filter accept audio only clip ? ...
> Is a audio only stream is a valid clip ?
> Is it possible to have GetFrame() and a filter that accept audio only stream ?
Thanks for answers ... :thanks:
Mr Tiny.
PS: please, where could I found some more informations about clip, class, frames, method & properties, filter parameters like "c[var1]f+" ...
I've wrote a small filter, this filter compute audio, so I have a ***::GetAudio(...).
But my filter also display some data on frame if the user activate a "verbose" mode ... so I also have ***::GetFrame(...).
And when in script, my filter don't accept as Arg[0] a clip whith only audio ( typicaly, just a DirectShowInput( "my_file.ac3" ) ...
So, a lot of questions : ;)
> Is it because my class have GetFrame() ? ...
> If I don't put GetFrame(), will my filter accept audio only clip ? ...
> Is a audio only stream is a valid clip ?
> Is it possible to have GetFrame() and a filter that accept audio only stream ?
Thanks for answers ... :thanks:
Mr Tiny.
PS: please, where could I found some more informations about clip, class, frames, method & properties, filter parameters like "c[var1]f+" ...