mirror of
https://github.com/ReviveMii/revivetube
synced 2025-09-05 13:00: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",
|
"-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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user