Skip to content

[Encode] Fix ACM HEVC VDENC 422 CBR/VBR#1951

Open
hoesheng wants to merge 1 commit into
intel:masterfrom
hoesheng:fix_acm_422
Open

[Encode] Fix ACM HEVC VDENC 422 CBR/VBR#1951
hoesheng wants to merge 1 commit into
intel:masterfrom
hoesheng:fix_acm_422

Conversation

@hoesheng
Copy link
Copy Markdown
Contributor

The patch is to fix ACM HEVC 422 CBR/VBR encode with gstreamer-va.

Tested with below:
gst-launch-1.0 -v filesrc location=Duck_1920x1080_3mbps_25fps_Main_at_L4.0_422.mkv ! matroskademux ! h265parse ! vah265dec ! "video/x-raw, format=YUY2" ! vah265lpenc bitrate=6000 rate-control=cbr ! filesink location=output_Duck_1920x1080_3mbps_25fps_Main_at_L4.0_422_cbr_system_memory.h265
gst-launch-1.0 -v filesrc location=Duck_1920x1080_3mbps_25fps_Main_at_L4.0_422.mkv ! matroskademux ! h265parse ! vah265dec ! "video/x-raw, format=YUY2" ! vah265lpenc bitrate=6000 rate-control=vbr ! filesink location=output_Duck_1920x1080_3mbps_25fps_Main_at_L4.0_422_vbr_system_memory.h265
gst-launch-1.0 -v filesrc location=Elecard2_1920x1080_4mbps_60fps_Main_at_L4.1_10bit_422.mkv ! matroskademux ! h265parse ! vah265dec ! "video/x-raw, format=Y210" ! vah265lpenc bitrate=6000 rate-control=cbr ! filesink location=output_Elecard2_1920x1080_4mbps_60fps_Main_at_L4.1_10bit_422_cbr_system_memory.h265
gst-launch-1.0 -v filesrc location=Elecard2_1920x1080_4mbps_60fps_Main_at_L4.1_10bit_422.mkv ! matroskademux ! h265parse ! vah265dec ! "video/x-raw, format=Y210" ! vah265lpenc bitrate=6000 rate-control=vbr ! filesink location=output_Elecard2_1920x1080_4mbps_60fps_Main_at_L4.1_10bit_422_vbr_system_memory.h265

@hoesheng hoesheng requested a review from XinfengZhang as a code owner August 11, 2025 08:23
Signed-off-by: Hoe, Sheng Yang <sheng.yang.hoe@intel.com>
@XinfengZhang XinfengZhang added verifying PR: fix ready and verifying with build/test Encode video encode related labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Encode video encode related verifying PR: fix ready and verifying with build/test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants