28 #ifndef OPENSHOT_CROP_EFFECT_H 29 #define OPENSHOT_CROP_EFFECT_H 31 #include "../EffectBase.h" 38 #include "../KeyFrame.h" 57 void init_effect_details();
88 std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, int64_t frame_number);
92 void SetJson(
string value);
93 Json::Value JsonValue();
94 void SetJsonValue(Json::Value root);
98 string PropertiesJSON(int64_t requested_frame);
Keyframe top
Size of top bar.
This class crops a frame image (from any side), and can be animated with openshot::Keyframe curves ov...
This abstract class is the base class, used by all effects in libopenshot.
Keyframe right
Size of right bar.
Keyframe left
Size of left bar.
Keyframe bottom
Size of bottom bar.
Color color
Color of bars.
This class represents a color (used on the timeline and clips)
This namespace is the default namespace for all code in the openshot library.
A Keyframe is a collection of Point instances, which is used to vary a number or property over time...