只输出关键信息,方便程序处理
This commit is contained in:
parent
3d6a611626
commit
c3f461aa20
@ -43,8 +43,8 @@ if __name__ == '__main__':
|
|||||||
print("CUR_DT", current_dt)
|
print("CUR_DT", current_dt)
|
||||||
print("BIAS_T", current_sec)
|
print("BIAS_T", current_sec)
|
||||||
split_process = subprocess.Popen([
|
split_process = subprocess.Popen([
|
||||||
"ffmpeg", "-y", "-i", input_file,
|
"ffmpeg", "-y", "-hide_banner", "-progress", "-", "-v", "0",
|
||||||
"-c", "copy", "-f", "mp4",
|
"-i", input_file, "-c", "copy", "-f", "mp4",
|
||||||
"-t", str(EACH_SEC + OVERFLOW_SEC),
|
"-t", str(EACH_SEC + OVERFLOW_SEC),
|
||||||
"-ss", str(current_sec),
|
"-ss", str(current_sec),
|
||||||
"{}.mp4".format(current_dt)
|
"{}.mp4".format(current_dt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user