LL
This commit is contained in:
parent
cc85db861d
commit
c4e53939a2
3 changed files with 1 additions and 1 deletions
BIN
compressed.mp4
BIN
compressed.mp4
Binary file not shown.
|
|
@ -61,7 +61,7 @@ func compressRAMHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
"-y",
|
"-y",
|
||||||
"-i", tmpFilePath,
|
"-i", tmpFilePath,
|
||||||
"-c:v", "libx264",
|
"-c:v", "libx264",
|
||||||
"-preset", "ultrafast",
|
"-preset", "veryfast",
|
||||||
"-crf", "29",
|
"-crf", "29",
|
||||||
"-tune", "zerolatency",
|
"-tune", "zerolatency",
|
||||||
"-threads", "5",
|
"-threads", "5",
|
||||||
|
|
|
||||||
BIN
go_build_convert
BIN
go_build_convert
Binary file not shown.
Loading…
Reference in a new issue