I HATE FFMPEG (converting fix)

This commit is contained in:
TheErrorExe 2025-02-03 19:37:29 +01:00
parent 0af0b50406
commit cc4093a5cf

View file

@ -278,7 +278,7 @@ def process_video(video_id):
"-c:a", "aac", "-c:a", "aac",
"-strict", "experimental", "-strict", "experimental",
"-preset", "ultrafast", "-preset", "ultrafast",
"b:a", "64k", "-b:a", "64k",
"-movflags", "+faststart", "-movflags", "+faststart",
"-vf", "scale=854:480", "-vf", "scale=854:480",
video_mp4_path video_mp4_path