Your Name 4 年之前
父節點
當前提交
a351994d91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/openshottest.py

+ 1 - 1
tests/openshottest.py

@@ -129,7 +129,7 @@ t.AddClip(c_txt1)
 
 
 bg1 = openshot.QtImageReader("/var/txt/b1.jpg")
-c_bg1 = openshot.Clip(txt1)
+c_bg1 = openshot.Clip(bg1)
 c_bg1.has_audio=openshot.Keyframe(0)
 c_bg1.Layer(6)
 c_bg1.Position(3.5)