zhangyong 1 yıl önce
ebeveyn
işleme
fd4cf62cd3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      video_agc/agc_video_method.py

+ 1 - 1
video_agc/agc_video_method.py

@@ -256,7 +256,7 @@ class AgcVidoe():
             "-safe", "0",
             "-i", f"{t_path}",  # 视频文件列表
             "-i", audio_video,  # 音频文件
-            "-c:v", "libx264",
+            "-c:v", "copy",
             "-c:a", "aac",
             "-threads", str(num_threads),
             *resolution_cmd,  # 添加分辨率参数