兼容安卓手机不能分享生成视频的问题

This commit is contained in:
YaoFANGUK
2024-01-04 14:33:33 +08:00
parent fda9024084
commit f9dd30fddf
4 changed files with 7 additions and 4 deletions

View File

@@ -22,8 +22,8 @@ def merge_video(video_input_path0, video_input_path1, video_output_path):
if __name__ == '__main__':
v0_path = '../../test/test_2_low.mp4'
v1_path = '../../test/test_2_low_no_sub.mp4'
v0_path = '../../test/test4.mp4'
v1_path = '../../test/test4_no_sub.mp4'
video_out_path = '../../test/demo.mp4'
merge_video(v0_path, v1_path, video_out_path)
# ffmpeg 命令 mp4转gif