church_archive_script/Programs/doc/_sources/functions/video/setframeprops.rst.txt

14 lines
362 B
Text
Raw Normal View History

2023-11-29 16:12:35 +00:00
SetFrameProps
=============
.. function:: SetFrameProps(vnode clip, ...)
:module: std
Adds the specified values as a frame property of every frame
in *clip*. If a frame property with the same key already exists
it will be replaced.
For example, to set the field order to top field first::
clip = c.std.SetFrameProps(clip, _FieldBased=2)