alexheretic / ab-av1

AV1 re-encoding using ffmpeg, svt-av1 & vmaf.
MIT License
483 stars 30 forks source link

HW Encoders ratecontrol #216

Open raysv opened 3 months ago

raysv commented 3 months ago

Hi, Not realy a bug, but a question since i'm not able to find the info.

Notice that the crf-search do work for HW encoders, but what ratecontroll instead of CRF?

is it LA_ICQ for qsv?

What about nvenc, is it cq or qp ?

alexheretic commented 2 months ago

Hello. Though the tool was designed with crf in mind, I'd like to make the ffmpeg -crf usage configurable (#135).

There are some encoder specific hardcoded overrides currently: See https://github.com/alexheretic/ab-av1/blob/main/src/ffmpeg.rs#L213