zhangyong 8 months ago
parent
commit
a5dc2ae563
1 changed files with 1 additions and 2 deletions
  1. 1 2
      common/ffmpeg.py

+ 1 - 2
common/ffmpeg.py

@@ -332,10 +332,9 @@ class FFmpeg():
                 "-i",  f"{single_video_txt}",
                 "-c:v", "libx264",
                 "-c:a", "aac",
-                '-b:v', '500k',
                 "-threads", str(num_threads),
                 "-vf", f"{draw}",
-                '-fs', '15M',
+                '-fs', '20M',
                 "-y",
                  single_video_url