mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39: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",
|
"-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…
Add table
Reference in a new issue