Skip to content

Conversation

hoesheng
Copy link
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants