OpenShot Library | libopenshot
0.1.1
|
Variables | |
tuple | brightness = openshot.Keyframe() |
tuple | c1 = openshot.Clip(lower) |
tuple | c2 = openshot.Clip(higher) |
tuple | contrast = openshot.Keyframe() |
tuple | e = openshot.Wipe("/home/jonathan/apps/libopenshot/src/examples/mask.png", brightness, contrast) |
tuple | e1 = openshot.Wipe("/home/jonathan/apps/libopenshot/src/examples/mask2.png", brightness, contrast) |
tuple | higher = openshot.ImageReader("/home/jonathan/apps/libopenshot/src/examples/front3.png") |
tuple | lower = openshot.ImageReader("/home/jonathan/apps/libopenshot/src/examples/back.png") |
tuple | t = openshot.Timeline(720, 480, openshot.Fraction(24,1), 44100, 2) |
tuple OpenShot Wipe Tests.brightness = openshot.Keyframe() |
Definition at line 20 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.c1 = openshot.Clip(lower) |
Definition at line 8 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.c2 = openshot.Clip(higher) |
Definition at line 14 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.contrast = openshot.Keyframe() |
Definition at line 24 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.e = openshot.Wipe("/home/jonathan/apps/libopenshot/src/examples/mask.png", brightness, contrast) |
Definition at line 28 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.e1 = openshot.Wipe("/home/jonathan/apps/libopenshot/src/examples/mask2.png", brightness, contrast) |
Definition at line 33 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.higher = openshot.ImageReader("/home/jonathan/apps/libopenshot/src/examples/front3.png") |
Definition at line 13 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.lower = openshot.ImageReader("/home/jonathan/apps/libopenshot/src/examples/back.png") |
Definition at line 7 of file OpenShot Wipe Tests.py.
tuple OpenShot Wipe Tests.t = openshot.Timeline(720, 480, openshot.Fraction(24,1), 44100, 2) |
Definition at line 4 of file OpenShot Wipe Tests.py.