zhangyong 1 năm trước cách đây
mục cha
commit
e7e1fb5db9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,  # 音频文件
             "-pix_fmt", "yuv420p",
             "-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",
             "-strict", "experimental",
             "-threads", str(num_threads),