Skip to content

Commit

Permalink
Fixed a issue where on Apple Silicon Mac using macOS 15.0, H264/HEVC …
Browse files Browse the repository at this point in the history
…can not HW encode
  • Loading branch information
StaZhu committed Sep 27, 2024
1 parent 0203b8c commit 16f32b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ If Electron >= v33.0.0, the HEVC HW encoding feature for macOS, Windows should h

## Change Log

`2024-09-27` Fixed a issue where on Apple Silicon Mac using macOS 15.0, H264/HEVC can't HW encode (Chrome >= `131.0.6742.0`)

`2024-09-11` Fixed a HEVC playback failure caused by incorrect `TemporalId` calculation (Chrome >= `130.0.6711.0`)

`2024-09-07` Enable HEVC hardware encoding for Window, macOS, Android by default, Windows encoding unlock the max resolution limit from 1080P&30fps to 4k/8k&30fps (Chrome >= `130.0.6703.0`)
Expand All @@ -454,7 +456,7 @@ If Electron >= v33.0.0, the HEVC HW encoding feature for macOS, Windows should h

`2023-11-16` Support MV-HEVC Base Layer playback (Chrome >= `121.0.6131.0`)

`2023-10-20` Fixed Winodows CRA/RASL image artifact issue when seeking (Chrome >= `120.0.6076.0`)
`2023-10-20` Fixed Windows CRA/RASL image artifact issue when seeking (Chrome >= `120.0.6076.0`)

`2023-10-10` Block Intel driver version between `20.19.15.4284` and `20.19.15.5172` that could cause HEVC playback crash (Chrome >= `120.0.6059.0`)

Expand Down
4 changes: 3 additions & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ Electron >= v33.0.0 已集成好 macOS, Windows 平台的 HEVC 硬编码功能

## 更新历史

`2024-09-27` 修复了 Apple Silicon Mac 在 macOS 15.0 无法硬编码 H264/HEVC 的问题 (Chrome >= `131.0.6742.0`)

`2024-09-11` 修复了一个由于 `TemporalId` 计算错误导致 HEVC 视频播放失败的问题 (Chrome >= `130.0.6711.0`)

`2024-09-07` Window, macOS, Android 默认启用 HEVC 硬编码,Windows 平台硬编码最大分辨率限制从 1080P&30fps 提升到 4K/8K&30fps (Chrome >= `130.0.6703.0`)
Expand All @@ -451,7 +453,7 @@ Electron >= v33.0.0 已集成好 macOS, Windows 平台的 HEVC 硬编码功能

`2023-11-16` 支持 MV-HEVC Base Layer 播放 (Chrome >= `121.0.6131.0`)

`2023-10-20` 修复 Winodows CRA/RASL Seek 时可能导致马赛克画面的问题 (Chrome >= `120.0.6076.0`)
`2023-10-20` 修复 Windows CRA/RASL Seek 时可能导致马赛克画面的问题 (Chrome >= `120.0.6076.0`)

`2023-10-10` 禁用 `20.19.15.4284` - `20.19.15.5172` 可能导致 HEVC 崩溃的驱动版本 (Chrome >= `120.0.6059.0`)

Expand Down

0 comments on commit 16f32b2

Please sign in to comment.