update nvenc options
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
version: "3.8"
|
version: '3.8'
|
||||||
|
|
||||||
# Configurations for hardware-accelerated transcoding
|
# Configurations for hardware-accelerated transcoding
|
||||||
|
|
||||||
@@ -12,6 +12,9 @@ services:
|
|||||||
cpu: {}
|
cpu: {}
|
||||||
|
|
||||||
nvenc:
|
nvenc:
|
||||||
|
runtime: nvidia
|
||||||
|
environment:
|
||||||
|
- DISPLAY:$DISPLAY
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
@@ -22,6 +25,8 @@ services:
|
|||||||
- gpu
|
- gpu
|
||||||
- compute
|
- compute
|
||||||
- video
|
- video
|
||||||
|
- display
|
||||||
|
- graphics
|
||||||
|
|
||||||
quicksync:
|
quicksync:
|
||||||
devices:
|
devices:
|
||||||
|
|||||||
Reference in New Issue
Block a user