3ngel
10th March 2006, 23:42
Hi to all,
I have, say, 100 frames, and i would like to apply certain filters to first 50 and other filters to the other 50.
Someting like:
------------
Avisource("nnn.avi")
if framecount <= 50 then
{
FirstFilters()
}
if framecount >50 then
{
SecondFilters()
}
------------
How can i translate this into avisynth script?
Thank you.
I have, say, 100 frames, and i would like to apply certain filters to first 50 and other filters to the other 50.
Someting like:
------------
Avisource("nnn.avi")
if framecount <= 50 then
{
FirstFilters()
}
if framecount >50 then
{
SecondFilters()
}
------------
How can i translate this into avisynth script?
Thank you.