View Full Version : Use conditional filter to build a clips of select frames?
tedkunich
12th August 2004, 06:48
I have a list of frames that I may or may not need some filtering with Fizic's despot filter. The list is quite long and going through the entire movie, hunting for each one is a real pain. Is there a way that I can use conditionalfilter to build a clip of only frames in my list?
Thanks
T
stickboy
12th August 2004, 07:19
So you have a text file with frame numbers, and you want to make a clip with only those frames?
RemapFrames (http://www.avisynth.org/stickboy/) could help you.
To create a clip where the first five frames are 505, 507, 510, 525, 526, for example, you'd feed it input that looks like:
0 505
1 507
2 510
3 525
4 526It's kind of annoying that you need to specify the output indices. I suppose I either can:
Make a tool (probably web-based) that automatically generates the output frame numbers for you
Add another function, say, RemapFrames2 that could take something like "505 507 510 525 526" directly.
tedkunich
12th August 2004, 07:45
Thanks,
That is exactly what I needed, now I can scan through the 4000 or so flagged frames consecutivly!!!!
Thanks!!!!
T
stickboy
15th August 2004, 00:58
Originally posted by stickboy
It's kind of annoying that you need to specify the output indices. I suppose I either can:
Make a tool (probably web-based) that automatically generates the output frame numbers for you
Add another function, say, RemapFrames2 that could take something like "505 507 510 525 526" directly.I chose the second option and have added a "RemapFramesSimple" function to my RemapFrames plug-in.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.