Thread: Vapoursynth
View Single Post
Old 8th August 2017, 08:51   #2645  |  Link
blaze077
Registered User
 
Join Date: Jan 2016
Posts: 79
It's all there in the documentation:
FrameNum | FrameProps | SetFrameProp

A frame's properties can be accessed by using the get_frame function along with the props attribute. Like so:
Code:
src.get_frame(num).props.someFrameProperty = someValue
Reference.

Last edited by blaze077; 8th August 2017 at 09:08. Reason: Additional Information
blaze077 is offline   Reply With Quote