remove fps compression
This commit is contained in:
@@ -103,7 +103,7 @@ def ffmpeg_command(input: pathlib.Path, output: pathlib.Path, nice: int = 20) ->
|
|||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
"-progress", "pipe:1", # Send progress info to stdout
|
"-progress", "pipe:1", # Send progress info to stdout
|
||||||
"-i", str(input),
|
"-i", str(input),
|
||||||
"-vf", "fps='if(gte(source_fps,100),source_fps/4,if(gte(source_fps,50),source_fps/2,source_fps))',scale=-2:'min(1080,ih)'",
|
"-vf", "scale=-2:'min(1080,ih)'",
|
||||||
"-c:v", "libsvtav1",
|
"-c:v", "libsvtav1",
|
||||||
"-crf", "40",
|
"-crf", "40",
|
||||||
"-c:a", "aac",
|
"-c:a", "aac",
|
||||||
|
|||||||
Reference in New Issue
Block a user