fix: add FFMPEG_OUTPUT_ARGS

This commit is contained in:
Emrik Östling 2025-12-14 13:58:58 +01:00
parent 12a5580694
commit 01946c4030
3 changed files with 7 additions and 3 deletions

View file

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