-
Notifications
You must be signed in to change notification settings - Fork 3
Decoding
vladaad edited this page Dec 14, 2023
·
3 revisions
"Decoding": {
"HardwareAccel": "auto",
"TonemapHWAccel": true
},
Same as in FFmpeg. auto
should be fine, you can try cuda
(NVIDIA) or qsv
(Intel) for a potential speed boost. If your CPU is fast enough, disabling hardware accel (none
) will also speed things up, especially on the 1st pass.
Applies to HDR videos. Needs an OpenCL-capable GPU and OpenCL support in your ffmpeg build. Disable if you're having flickering/colour issues in HDR videos.