We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b90b9f commit 98ec875Copy full SHA for 98ec875
docker-compose.yaml
@@ -28,11 +28,13 @@ services:
28
# # ffmpeg/video encode settings
29
- FFMPEG_NUM_THREADS=1
30
- VIDEO_ENCODE_CODEC=libx264
31
- - VIDEO_ENCODE_CRF=23
32
- - VIDEO_ENCODE_FPS=24
33
- - VIDEO_ENCODE_MAX_WIDTH=1280
34
- - VIDEO_ENCODE_MAX_HEIGHT=720
+ - VIDEO_ENCODE_CRF=10
+ - VIDEO_ENCODE_FPS=30
+ - VIDEO_ENCODE_MAX_WIDTH=1920
+ - VIDEO_ENCODE_MAX_HEIGHT=1080
35
- VIDEO_ENCODE_VERBOSE=False
36
+ # # video length/duration limit
37
+ - MAX_UPLOAD_VIDEO_DURATION=600
38
deploy:
39
resources:
40
reservations:
0 commit comments