|
@@ -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",
|