SVT-HEVC icon indicating copy to clipboard operation
SVT-HEVC copied to clipboard

Is it possible to control bitrate by frame or window level?

Open htliu6 opened this issue 1 year ago • 1 comments

Hi everyone, I am new to SVT-HEVC, and wonder whether it is possible to control the output bitrate by frame or window (several frames) level? Looking forwards to your reply!

htliu6 avatar Sep 13 '22 03:09 htliu6

Hi @htliu6,

From what I know about the code at this time, the only way to control the bitrate of individual frames is to use the QpFile option, so -use-q-file 1 -qp-file qps.txt where qps.txt is a file that contains qps separated by newlines for each individual frame. That option unfortunately does not give you granular control over the exact bitrate, but can give you a good starting point.

1480c1 avatar Sep 13 '22 19:09 1480c1