From 8493038c4f7c4f82d2b926c6260fed678a1bf41b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 6 Feb 2023 06:42:43 -0700 Subject: [PATCH] Update hardware_acceleration.md --- docs/docs/configuration/hardware_acceleration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index b79a211de..e6d3f347b 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -17,7 +17,7 @@ ffmpeg: ### Intel-based CPUs (<10th Generation) via VAAPI -VAAPI supports automatic profile selection so it will work automatically with both h264 and h265 streams. VAAPI is recommended for all generations of Intel-based CPUs if QSV does not work. +VAAPI supports automatic profile selection so it will work automatically with both H.264 and H.265 streams. VAAPI is recommended for all generations of Intel-based CPUs if QSV does not work. ```yaml ffmpeg: @@ -30,14 +30,14 @@ ffmpeg: QSV must be set specifically based on the video encoding of the stream. -#### h264 streams +#### H.264 streams ```yaml ffmpeg: hwaccel_args: preset-intel-qsv-h264 ``` -#### h265 streams +#### H.265 streams ```yaml ffmpeg: