zhangyong 1 year ago
parent
commit
b56ec6caba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video_agc/agc_video_method.py

+ 1 - 1
video_agc/agc_video_method.py

@@ -283,7 +283,7 @@ class AgcVidoe():
         FF_SCALE = ""
         FF_FILTER = ""
         ffmpeg_cmd = ["ffmpeg"]
-        for videos in video_files:
+        for videos[3] in video_files:
             print(videos)
             # 添加输入文件
             FF_INPUT += f" -i {videos}"