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

model: update hevc 10bit QP list #633

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Commits on Mar 21, 2024

  1. model: update hevc 10bit QP list

    Use a valid QP range accepted by the iHD driver for HEVC 10bit.
    
    Unfortunately, there is still a bug in ffmpeg and vpl that
    incorrectly forces QP in the wrong range...
    
    See intel/vpl-gpu-rt#297
    
    Thus, until the issue is fixed, the ffmpeg-qsv encoder code needs
    to be modified, manually, to remove the QP range constraints so that
    the requested values can propogate to vpl and the driver to properly
    generate a trendline model.
    
    Signed-off-by: U. Artie Eoff <[email protected]>
    uartie committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    57c7339 View commit details
    Browse the repository at this point in the history