digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Restore, Filter, Improve Quality (https://www.digitalfaq.com/forum/video-restore/)
-   -   Help figuring out AviSynth Select structure? (https://www.digitalfaq.com/forum/video-restore/9017-figuring-avisynth-select.html)

stevevid 09-17-2018 01:50 AM

Help figuring out AviSynth Select structure?
 
As I inch (mm?) my way forward I run into small things I don't understand. For example the index part of the Select function:

Histogram(Select([<"Histogram", 0, 2, 1>] ,"classic", "levels", "color"))

I know that [<"Histogram, 0, 2, 1>] is the index argument part of the Select function. I don't understand it's structure. I can deduce that 0 is the beginning value, 2 is the ending value, and 1 is the step size. But what in the Select function definition or grammar defines these parts? How does Select know how to use the beginning, end and step size? The Select description just says Index.

Also, I don't understand the use of [ ] and < > and the text string "Histogram". Why is the text string "Histogram" in the Index argument?

I look forward to someone advancing my education.
Steve


All times are GMT -5. The time now is 02:10 AM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.