fix: ffmpeg args

#464, #401
This commit is contained in:
Emrik Östling 2025-12-14 11:43:11 +01:00
parent 2f965035b6
commit 29adb6afb8
2 changed files with 4 additions and 3 deletions

View file

@ -3,3 +3,4 @@ bun = "1.2.2"
[env]
JWT_SECRET = "JustForDevelopmentPurposesOnlyChangeMeInProduction!"
FFMPEG_ARGS = "-preset veryfast -threads 2"