Ver Fonte

上傳檔案到 'AI_anchor2'

oak há 2 anos atrás
pai
commit
f071d1fd1a
3 ficheiros alterados com 32 adições e 11 exclusões
  1. 16 5
      AI_anchor2/main1.py
  2. 14 5
      AI_anchor2/main2.py
  3. 2 1
      AI_anchor2/readme.md

+ 16 - 5
AI_anchor2/main1.py

@@ -164,7 +164,8 @@ def text_to_short_vedio_create(op="input_self/LOGO_OP_4.mp4",ed="input_self/LOGO
 
     # 去背參數
     # ck=cKey(0,254,0,270)
-    ck=cKey(0,255,0,320)
+    ck=cKey(0,255,0,320) #綠
+    # ck=cKey(255,0,255,320) #紫
     ck_anchor=None
     #時間
     time_= 0
@@ -286,8 +287,10 @@ def text_to_short_vedio_create(op="input_self/LOGO_OP_4.mp4",ed="input_self/LOGO
         if str(csv_use.loc[i,['是否要場景']].values[0])=="是":
             # scale_x_use = 0.59
             # scale_y_use = 0.59
+            # scale_x_use = 0.95
+            # scale_y_use = 0.82
             scale_x_use = 0.8
-            scale_y_use = 0.82
+            scale_y_use = 0.7
             location_x_choose=0
             location_y_choose=-0.039
 
@@ -311,6 +314,7 @@ def text_to_short_vedio_create(op="input_self/LOGO_OP_4.mp4",ed="input_self/LOGO
 
 
         if choose == 'mp4':
+            print("input/"+pwd_use+pwd_p1)
             locals()['anchor'+str(i)] = openshot.FFmpegReader("input/"+pwd_use+pwd_p1)
             locals()['anchor'+str(i)].Open()
             locals()['anchor'+str(i)+'clip'] = video_photo_clip(video=locals()['anchor'+str(i)],layer=layer_choose,scale_x=scale_x_use,scale_y=scale_y_use,
@@ -322,7 +326,7 @@ def text_to_short_vedio_create(op="input_self/LOGO_OP_4.mp4",ed="input_self/LOGO
          
 
         elif choose == 'jpg' or choose == 'png':
-
+            print("input/"+pwd_use+pwd_p1)
             locals()['anchor'+str(i)] = openshot.QtImageReader("input/"+pwd_use+pwd_p1)
             locals()['anchor'+str(i)].Open()
             locals()['anchor'+str(i)+'clip'] = video_photo_clip(video=locals()['anchor'+str(i)],layer=layer_choose,scale_x=scale_x_use,scale_y=scale_y_use,
@@ -345,6 +349,8 @@ def text_to_short_vedio_create(op="input_self/LOGO_OP_4.mp4",ed="input_self/LOGO
 
     # locals()['anchor_ad'] = openshot.FFmpegReader('input_self/puuet主播_long.mp4')
     locals()['anchor_ad'] = openshot.FFmpegReader('input_self/AI_girl/ai_spokesgirl.mp4')
+
+    
     locals()['anchor_ad'].Open()
     locals()['anchor_clip_ad'] = video_photo_clip(video=locals()['anchor_ad'],layer=6,scale_x=0.8,scale_y=0.8,
        location_x=0.38,location_y=0.35,position=start_time , end=time_-start_time,ck=ck,audio=False)
@@ -583,12 +589,11 @@ def srt_to_sheet(srt_file):
     wks.update_cells(cell_list)
 
 
-
 def vedio_to_csv(sound_file = "output/no_captions/test.mp4"):
     cmd = "autosub -S zh-TW -D zh-TW " + sound_file
     os.system(cmd)
     sound_srt_file = sound_file.split('.')[0] + ".srt"
-    srt_to_csv(sound_srt_file,sound_file)
+    srt_to_csv(sound_srt_file)
 
 def vedio_to_sheet():
     cmd = "autosub -S zh-TW -D zh-TW " + sound_file
@@ -598,6 +603,12 @@ def vedio_to_sheet():
 
 if __name__ == '__main__':
     # fire.Fire()
+    # text_to_short_vedio_create(
+    #     op="input_self/LOGO_OP_4.mp4",
+    #     ed="input_self/LOGO_ED.mp4",
+    #     bg="input_self/xchoozmo_long.mp4",
+    #     input_zip="input/input_data.zip",
+    #     save_type="excel")
     fire.Fire(text_to_short_vedio_create)
     # fire.Fire(text_to_short_vedio_create(
     #     op="input_self/LOGO_OP_4.mp4",

+ 14 - 5
AI_anchor2/main2.py

@@ -19,6 +19,7 @@ import csv
 from datetime import datetime
 import gspread
 from oauth2client.service_account import ServiceAccountCredentials 
+import fire
 
 def auth_gss_client(path, scopes):
     credentials = ServiceAccountCredentials.from_json_keyfile_name(path, scopes)
@@ -164,7 +165,11 @@ def csv_to_text(csv_file,text_font):
             text_form.append({'text':row[3],'start':start_timeStamp,'end':end_timeStamp,'size':36,'font':text_font})
             
     return text_form
-def text_to_short_vedio(mp4_file ,sound_file,output_filename,text_font):
+def 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"):
     t = openshot.Timeline(1280, 720, openshot.Fraction(30000, 1000), 44100, 2, openshot.LAYOUT_STEREO)
     t.Open()
     
@@ -191,12 +196,12 @@ def text_to_short_vedio(mp4_file ,sound_file,output_filename,text_font):
     # csv_file = srt_to_csv(sound_srt_file)
 
 
-    # csv_file = "output/csv_produce/test.csv"
+    csv_file = "output/csv_produce/test.csv"
 
-    # text_form = csv_to_text(csv_file,text_font)
+    text_form = csv_to_text(csv_file,text_font)
     
 
-    text_form = sheet_to_text(text_font)
+    # text_form = sheet_to_text(text_font)
     # print(text_form)
     # print(sound_srt_file)
     #開啟srt檔
@@ -289,7 +294,11 @@ if __name__ == '__main__':
     #     output_filename="output/finally_output/demo.mp4",
     #     text_font ="input_self/font/DFT_R7.ttc"))
 
-
+    # 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")
 
     

+ 2 - 1
AI_anchor2/readme.md

@@ -31,4 +31,5 @@
 		mp4_file:所引用無字幕影片檔案畫面位置
 		sound_file:所引用無字幕影片檔案聲音位置
 		output_filename:完整版影片輸出位置
-		text_font :所引用字形檔案位置
+		text_font :所引用字形檔案位置
+4.完整檔案包:請從這下載:https://drive.google.com/file/d/1P_NC_QxQbUp3a4LbqxTP1Nu6aBPPPu0F/view?usp=sharing