|
@@ -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),
|