21 brightness.AddPoint(1, 100.0, openshot.BEZIER)
22 brightness.AddPoint(24, -100.0, openshot.BEZIER)
25 contrast.AddPoint(1, 20.0, openshot.BEZIER)
26 contrast.AddPoint(24, 20.0, openshot.BEZIER)
28 e = openshot.Wipe(
"/home/jonathan/apps/libopenshot/src/examples/mask.png", brightness, contrast)
33 e1 = openshot.Wipe(
"/home/jonathan/apps/libopenshot/src/examples/mask2.png", brightness, contrast)
42 t.GetFrame(n).Save(
"%s.png" % n, 1.0)
This class uses the ImageMagick++ libraries, to open image files, and return openshot::Frame objects ...
This class represents a clip (used to arrange readers on the timeline)
This class represents a fraction.
A Keyframe is a collection of Point instances, which is used to vary a number or property over time...
This class represents a timeline.