工作流,优化双卡协同,加视频防音画不同步

This commit is contained in:
2022-05-04 15:47:59 +08:00
parent a393639ac1
commit 28a56b6b83
2 changed files with 28 additions and 14 deletions

View File

@ -47,6 +47,7 @@ if __name__ == '__main__':
"-ss", str(current_sec),
"-i", input_file, "-c", "copy", "-f", "mp4",
"-t", str(EACH_SEC + OVERFLOW_SEC),
"-shortest",
"{}.mp4".format(current_dt)
])
split_process.wait()