28 #ifndef OPENSHOT_DEINTERLACE_EFFECT_H
29 #define OPENSHOT_DEINTERLACE_EFFECT_H
31 #include "../EffectBase.h"
40 #include "../Exceptions.h"
42 #include "../KeyFrame.h"
62 void init_effect_details();
81 std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, int64_t frame_number);
85 void SetJson(
string value);
86 Json::Value JsonValue();
87 void SetJsonValue(Json::Value root);
90 string PropertiesJSON(int64_t requested_frame);
This abstract class is the base class, used by all effects in libopenshot.
This class uses the ImageMagick++ libraries, to de-interlace the image, which removes the EVEN or ODD...