mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 04:29:25 -04:00
I HATE FFMPEG (converting fix)
This commit is contained in:
parent
0af0b50406
commit
cc4093a5cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue