From 73b1e423e33defe932d6249f3d94c93ea3ded003 Mon Sep 17 00:00:00 2001 From: Tibladar <52620063+Tibladar@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:03:47 +0000 Subject: [PATCH] Add h265 pi preset to preset docs --- docs/docs/configuration/ffmpeg_presets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/ffmpeg_presets.md b/docs/docs/configuration/ffmpeg_presets.md index 55e1c5423..4715fae95 100644 --- a/docs/docs/configuration/ffmpeg_presets.md +++ b/docs/docs/configuration/ffmpeg_presets.md @@ -14,6 +14,7 @@ See [the hwaccel docs](/configuration/hardware_acceleration.md) for more info on | Preset | Usage | Other Notes | | --------------------- | ------------------------------ | ----------------------------------------------------- | | preset-rpi-64-h264 | 64 bit Rpi with h264 stream | | +| preset-rpi-64-h265 | 64 bit Rpi with h265 stream | | | preset-vaapi | Intel & AMD VAAPI | Check hwaccel docs to ensure correct driver is chosen | | preset-intel-qsv-h264 | Intel QSV with h264 stream | If issues occur recommend using vaapi preset instead | | preset-intel-qsv-h265 | Intel QSV with h265 stream | If issues occur recommend using vaapi preset instead |