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 tr1::shared_ptr<Frame> GetFrame(tr1::shared_ptr<Frame> frame,
long int frame_number);
86 Json::Value JsonValue();
87 void SetJsonValue(Json::Value root);
90 string PropertiesJSON(
long int 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...
Exception for invalid JSON.