zhangyong 1 年之前
父节点
当前提交
e7e1fb5db9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      video_agc/agc_video_method.py

+ 2 - 2
video_agc/agc_video_method.py

@@ -305,8 +305,8 @@ class AgcVidoe():
             "-i", audio_video,  # 音频文件
             "-i", audio_video,  # 音频文件
             "-pix_fmt", "yuv420p",
             "-pix_fmt", "yuv420p",
             "-movflags", "faststart",
             "-movflags", "faststart",
-            "-keyint_min", str(23.97 * 2),
-            "-g", str(23.97 * 2),
+            "-keyint_min", str(23.97),
+            "-g", str(23.97),
             "-sc_threshold", "0",
             "-sc_threshold", "0",
             "-strict", "experimental",
             "-strict", "experimental",
             "-threads", str(num_threads),
             "-threads", str(num_threads),