This commit is contained in:
hhu67 2026-08-05 15:28:43 +03:00
parent cc85db861d
commit c4e53939a2
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -61,7 +61,7 @@ func compressRAMHandler(w http.ResponseWriter, r *http.Request) {
"-y",
"-i", tmpFilePath,
"-c:v", "libx264",
"-preset", "ultrafast",
"-preset", "veryfast",
"-crf", "29",
"-tune", "zerolatency",
"-threads", "5",

Binary file not shown.