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

+ 1 - 1
common/ffmpeg.py

@@ -332,7 +332,7 @@ class FFmpeg():
                 "-i",  f"{single_video_txt}",
                 "-c:v", "libx264",
                 "-c:a", "aac",
-                '-b:v', '100k',
+                '-b:v', '260k',
                 "-b:a", "96k",
                 "-threads", str(num_threads),
                 "-vf", f"{draw}",