Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gsttreamer-vaapi][h265 encode] set different quality-factor but get same result in QVBR mode. #723

Closed
feiwan1 opened this issue Sep 6, 2019 · 4 comments
Assignees
Labels
Bug Issue: identify as a bug Encode video encode related HEVC HEVC P2 Medium priority

Comments

@feiwan1
Copy link
Contributor

feiwan1 commented Sep 6, 2019

When set different quality-factor values in QVBR bitrate-control mode, while the output encoded files get the same md5.

Cmd:
$ gst-launch-1.0 filesrc location=honeybee640x480.nv12 ! videoparse format=nv12 width=640 height=480 ! vaapih265enc rate-control=qvbr quality-factor=10 bitrate=1500 target-percentage=100 ! filesink location=gst.qvbr.10.1500.h265

$ gst-launch-1.0 filesrc location=honeybee640x480.nv12 ! videoparse format=nv12 width=640 height=480 ! vaapih265enc rate-control=qvbr quality-factor=30 bitrate=1500 target-percentage=100 ! filesink location=gst.qvbr.30.1500.h265

$md5sum *.h265
1e95b9d1ebb3e54b1fe0f62e9ce36ea3 gst.qvbr.10.1000.h265
1e95b9d1ebb3e54b1fe0f62e9ce36ea3 gst.qvbr.30.1000.h265

Note: This need gstreamer-vaapi from:
https://gitlab.freedesktop.org/wangfei/gstreamer-vaapi hevc_brc branch.

@uartie
Copy link
Contributor

uartie commented Apr 23, 2020

Any progress on fixing this?

@uartie
Copy link
Contributor

uartie commented Jul 30, 2020

@XinfengZhang can we get some progress here for HEVC case? Also #379 may be related for AVC case.

@uartie
Copy link
Contributor

uartie commented Jul 30, 2020

cc: @onabiull @Xiaogangli-intel

@XinfengZhang XinfengZhang added the Encode video encode related label Oct 25, 2020
@XinfengZhang XinfengZhang added Bug Issue: identify as a bug P2 Medium priority labels Jan 31, 2021
@Sherry-Lin Sherry-Lin added the HEVC HEVC label Sep 13, 2021
@Xiaogangli-intel
Copy link
Contributor

This issue should already be fixed, and there are no activities on it for more than 1 year. Close it, if you still meet this issue, please fill a new issue, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issue: identify as a bug Encode video encode related HEVC HEVC P2 Medium priority
Projects
None yet
Development

No branches or pull requests

6 participants