mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-03-06 10:47:32 +08:00
兼容安卓手机不能分享生成视频的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user