Karyudo
31st July 2005, 08:25
I can't seem to find anything like what I want, so in the spirit of AviSynth DIY scripting, I'm hoping that if I start with some ideas of what I might try, some gurus might be able to contribute faster, more concise, or more elegant ideas...
I want as output a horizontal or vertical strip of mini-frames of a user-specified size and number, left-, right- or centre- aligned on a given frame.
Maybe a script or function with a call along the lines of:
FilmStrip(string "orientation", int "frames", int "size", string "alignment")
where
orientation: either "h" or "v" for horizontal or vertical
frames: number of frames per filmstrip
size: range 1-100; percentage of input frame size (i.e. keep AR the same)
alignment: one of "l", "c" or "r" for filmstrip alignment to current frame
I imagine StackHorizontal and StackVertical might be useful. Same with LanczosResize. Not at all sure how to grab data from frames before or after the current frame, and no clue how to make the number, orientation or alignment flexible.
The application I'd like to use this for is to clearly show the differences between film reel edit points on different releases of the same film. You'd be able to line up on the last frame of one reel, say, and see the frames just before and just after the edit all in the same image.
Any snippets of code or links to other threads I should know about?
Thanks in advance...
I want as output a horizontal or vertical strip of mini-frames of a user-specified size and number, left-, right- or centre- aligned on a given frame.
Maybe a script or function with a call along the lines of:
FilmStrip(string "orientation", int "frames", int "size", string "alignment")
where
orientation: either "h" or "v" for horizontal or vertical
frames: number of frames per filmstrip
size: range 1-100; percentage of input frame size (i.e. keep AR the same)
alignment: one of "l", "c" or "r" for filmstrip alignment to current frame
I imagine StackHorizontal and StackVertical might be useful. Same with LanczosResize. Not at all sure how to grab data from frames before or after the current frame, and no clue how to make the number, orientation or alignment flexible.
The application I'd like to use this for is to clearly show the differences between film reel edit points on different releases of the same film. You'd be able to line up on the last frame of one reel, say, and see the frames just before and just after the edit all in the same image.
Any snippets of code or links to other threads I should know about?
Thanks in advance...