Skip to content

Commit

Permalink
fix: add FFMPEG_ARGS env variable
Browse files Browse the repository at this point in the history
issue #190
  • Loading branch information
C4illin committed Dec 11, 2024
1 parent 03d3edf commit f537c81
Show file tree
Hide file tree
Showing 2 changed files with 725 additions and 722 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- HTTP_ALLOWED=true # setting this to true is unsafe, only set this to true locally
- ALLOW_UNAUTHENTICATED=true # allows anyone to use the service without logging in, only set this to true locally
- AUTO_DELETE_EVERY_N_HOURS=1 # checks every n hours for files older then n hours and deletes them, set to 0 to disable
# - FFMPEG_ARGS=-hwaccel vulkan # additional arguments to pass to ffmpeg
# - WEBROOT=/convertx # the root path of the web interface, leave empty to disable
ports:
- 3000:3000
Loading

0 comments on commit f537c81

Please sign in to comment.