|
@@ -282,12 +282,12 @@ def sheet_to_text(text_font):
|
|
|
return text_form
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
-
|
|
|
- fire.Fire(text_to_short_vedio(
|
|
|
- mp4_file = "output/no_captions/test.mp4",
|
|
|
- sound_file ='output/no_captions/test.mp4',
|
|
|
- output_filename="output/finally_output/demo.mp4",
|
|
|
- text_font ="input_self/font/DFT_R7.ttc"))
|
|
|
+ fire.Fire(text_to_short_vedio)
|
|
|
+ # fire.Fire(text_to_short_vedio(
|
|
|
+ # mp4_file = "output/no_captions/test.mp4",
|
|
|
+ # sound_file ='output/no_captions/test.mp4',
|
|
|
+ # output_filename="output/finally_output/demo.mp4",
|
|
|
+ # text_font ="input_self/font/DFT_R7.ttc"))
|
|
|
|
|
|
|
|
|
# csv_to_text2("output/csv_produce/test.csv","input_self/font/DFT_R7.ttc")
|