From 6ceed01104bcad211e899a85ece55dc20cb2aa44 Mon Sep 17 00:00:00 2001 From: felix920506 Date: Mon, 18 Dec 2023 22:59:46 +0800 Subject: [PATCH] Add M3 Info, rework table --- .../administration/hardware-selection.md | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/general/administration/hardware-selection.md b/docs/general/administration/hardware-selection.md index c940ed8e..442d572d 100644 --- a/docs/general/administration/hardware-selection.md +++ b/docs/general/administration/hardware-selection.md @@ -169,19 +169,17 @@ Please check the product page of your CPU for more info. Supported codecs are listed below: -| Codec | M1 | M1 Pro | M2 | M2 Pro | -|-------------|----|--------|----|--------| -| H.264 8bit | ✅ | ✅ | ✅ | ✅ | -| H.264 10bit | 🔶 | 🔶 | 🔶 | 🔶 | -| H.265 8bit | ✅ | ✅ | ✅ | ✅ | -| H.265 10bit | ✅ | ✅ | ✅ | ✅ | -| VP9 8bit | 🔶 | 🔶 | 🔶 | 🔶 | -| VP9 10bit | 🔶 | 🔶 | 🔶 | 🔶 | -| AV1 | ❌ | ❌ | ❌ | ❌ | +| Codec | M1, M2 Family | M3 Family | +| ----------- | ------------- | --------- | +| H.264 8bit | ✅ | ✅ | +| H.264 10bit | 🔶 | 🔶 | +| H.265 8bit | ✅ | ✅ | +| H.265 10bit | ✅ | ✅ | +| VP9 8bit | 🔶 | 🔶 | +| VP9 10bit | 🔶 | 🔶 | +| AV1 | ❌ | 🔶 | -Refer to the Pro column for Max and Ultra SOCs. - -✅ = Supported, 🔶 = Decode Only, ❌ = Not Supported. +✅ = Encode + Decode, 🔶 = Decode Only, ❌ = Not Supported. :::caution