You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set a ROI area of 5 * 5, with qp values ranging from 15 to 39, and this is the ROI file. roi.txt
The error message after running is as follows:
I checked the code and found that KVZ_QP_DELTA_MIN and KVZ_QP_DELTA_MAX were set to -26 and 25. So I tried to change the base QP from 0 to -26, however the error message then reminds that the base QP range is 0-51.May I ask how I can make the QP of the roi region freely defined between 0-51? Thank you!
The text was updated successfully, but these errors were encountered:
The roi.txt defines the delta QP regarding to the the base QP, and this delta can be at most [-26, 25]. If you want to have QPs between 15 and 39, you could set the base QP to 15 and then substract 15 from all of the values in your roi.txt.
You should also note that the base QP of the frame varies based on the GOP used. If you want that all of the frames have the same base QP you should set --gop 0, thought this will have a negative impact on the coding efficiency.
The roi.txt defines the delta QP regarding to the the base QP, and this delta can be at most [-26, 25]. If you want to have QPs between 15 and 39, you could set the base QP to 15 and then substract 15 from all of the values in your roi.txt.
You should also note that the base QP of the frame varies based on the GOP used. If you want that all of the frames have the same base QP you should set --gop 0, thought this will have a negative impact on the coding efficiency.
I set a ROI area of 5 * 5, with qp values ranging from 15 to 39, and this is the ROI file.
roi.txt
The error message after running is as follows:
I checked the code and found that KVZ_QP_DELTA_MIN and KVZ_QP_DELTA_MAX were set to -26 and 25. So I tried to change the base QP from 0 to -26, however the error message then reminds that the base QP range is 0-51.May I ask how I can make the QP of the roi region freely defined between 0-51? Thank you!
The text was updated successfully, but these errors were encountered: