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