docs(cubie a7a a7z): add video codec spec row for A733 SoC - #2107
Merged
Milir-Radxa merged 1 commit intoSep 9, 2026
Merged
Conversation
Cubie A7A / A7Z product spec tables were missing the video codec row (H.264/H.265 hardware encode up to 4K@30fps, decode up to 4K@60fps) that the sibling Cubie A7S page lists. All three boards use the same Allwinner A733 SoC, so the capability row is identical; this makes the three pages consistent and answers recurring customer questions about H.264 hardware encode (e.g. 1080p60) support on A733 boards.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the video codec specification row to the Cubie A7A and Cubie A7Z product spec tables (Chinese + English), aligning them with the sibling Cubie A7S page.
docs/cubie/a7a/README.md/docs/cubie/a7z/README.mdi18n/en/.../cubie/a7a/README.md/i18n/en/.../cubie/a7z/README.mdThe wording is copied verbatim from the existing Cubie A7S spec table. All three boards (A7A / A7S / A7Z) are built on the same Allwinner A733 SoC, so the hardware video codec capability is identical:
Why
A customer asked whether H.264 hardware encode at 1080p60 works on an A733 board and noted "nothing is documented". Internally we verified that the A7S page already lists the encode capability while the A7A / A7Z spec tables omit the whole codec row, which is a cross-product documentation inconsistency on the same SoC.
This change closes that gap so all three A733-based product pages state the same codec spec, and future users can find the H.264/H.265 hardware encode/decode capability directly on each board's spec table.
Scope note
The change touches two product folders (
cubie/a7a,cubie/a7z) but is one coherent fix: the identical spec row added to two sibling boards of the same SoC family. Local PR guard passed with--max-scopes 2; 1 commit, 4 files, bilingual (zh/en) complete.Source: internal support case (Cubie A733 H.264 HW encode inquiry).