diff --git a/web/public/templates/ffmpeg-settings.html b/web/public/templates/ffmpeg-settings.html index 6fa279f..e558b14 100644 --- a/web/public/templates/ffmpeg-settings.html +++ b/web/public/templates/ffmpeg-settings.html @@ -66,11 +66,13 @@ Some possible values are: - Intel Quick Sync: h264_qsv, mpeg2_qsv - NVIDIA: GPU: h264_nvenc + h264 with Intel Quick Sync: h264_qsv + MPEG2 with Intel Quick Sync: mpeg2_qsv + NVIDIA: h264_nvenc MPEG2: mpeg2video (default) H264: libx264 MacOS: h264_videotoolbox + Hardware encoders are not supported in docker for now