mirror of
https://github.com/ReviveMii/revivetube
synced 2025-09-04 04:20:59 +02:00
I HATE FFMPEG (converting fix)
This commit is contained in:
parent
0af0b50406
commit
cc4093a5cf
@ -278,7 +278,7 @@ def process_video(video_id):
|
||||
"-c:a", "aac",
|
||||
"-strict", "experimental",
|
||||
"-preset", "ultrafast",
|
||||
"b:a", "64k",
|
||||
"-b:a", "64k",
|
||||
"-movflags", "+faststart",
|
||||
"-vf", "scale=854:480",
|
||||
video_mp4_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user