|
@@ -388,4 +388,5 @@ def text_to_short_vedio(mp4_file = "input/example/test3.mp4",sound_file = None
|
|
|
if __name__ == '__main__':
|
|
|
# picture_change()
|
|
|
text_to_short_vedio_create()
|
|
|
- text_to_short_vedio(mp4_file = "output/test6.mp4",sound_file ='output/test6.mp4',vedio_time =284,text_font ="font/DFT_B7.ttc")
|
|
|
+ text_to_short_vedio(mp4_file = "output/test6.mp4",sound_file ='output/test6.mp4',vedio_time =284,text_font ="font/DFT_B7.ttc")
|
|
|
+ print("down")
|