Reverse¶
-
std.
Reverse
(clip clip)¶ Returns a clip with the frame order reversed. For example, a clip with 3 frames would have the frame order 2, 1, 0.
In Python, std.Reverse can also be invoked by slicing a clip.
std.
Reverse
(clip clip)¶Returns a clip with the frame order reversed. For example, a clip with 3 frames would have the frame order 2, 1, 0.
In Python, std.Reverse can also be invoked by slicing a clip.