|
@@ -58,7 +58,6 @@ w.Open()
|
|
|
t = openshot.Timeline(1280, 720, openshot.Fraction(30000, 1000), 44100, 2, openshot.LAYOUT_STEREO)
|
|
|
t.Open()
|
|
|
|
|
|
-
|
|
|
c0 = openshot.Clip(head)
|
|
|
c0.Layer(1)
|
|
|
c0.Position=openshot.Keyframe(0)
|
|
@@ -66,10 +65,6 @@ c0.Start=openshot.Keyframe(0)
|
|
|
|
|
|
t.AddClip(c0)
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
#lower = openshot.QtImageReader("/home/jared/tests/libopenshot/examples/back.png")
|
|
|
#lower = openshot.QtImageReader("/home/jared/Wav2Lip-master/person.png")
|
|
|
lower = openshot.QtImageReader("/home/jared/bk.jpg")
|
|
@@ -87,13 +82,8 @@ t.AddClip(c1)
|
|
|
subtitle = openshot.FFmpegReader("/home/jared/subtitle.mov")
|
|
|
subtitle.Open() # Open the reader
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
c2 = openshot.Clip(r)
|
|
|
#c2.has_audio=openshot.Keyframe(0)
|
|
|
-
|
|
|
-
|
|
|
#c2.channel_filter=openshot.Keyframe(-1)
|
|
|
#c2.channel_mapping=openshot.Keyframe(-1)
|
|
|
c2.crop_x=openshot.Keyframe(0.14)
|