[BACK] [FORWARD] [Tutorial] [Table of Contents]
seq_map
seq_map seq script
seq_map maps a script over each image in a sequence. The following substitutions are performed in the script:
%t: Timestamps of current image
%p: Relative time of image: %t / %l
To see how seq_map is used, look at the tutorial or one the sample procedures (Transition or fadeOut).
Example: seq_map $clip {im_fade %1 [expr 1-%p]}