rigaya / NVEnc

NVENCによる高速エンコードの性能実験
https://rigaya34589.blog.fc2.com/blog-category-17.html
Other
1.08k stars 114 forks source link

Deactivate in-loop-deblocking at h265 / HEVC codec #446

Closed mogobime closed 1 year ago

mogobime commented 1 year ago

When downscaling from 4K to 1080p I sometimes deactivate in-loop-deblocking at NVEnc h264 to get a maximum sharp and detailed image. But at h265 deactivating the deblocker isn't possible, and I prefer 10 bit encoding. Is it possible to realize a --no-deblock option for h265, too? I think weakening the deblock isn't supported by Nvidia, right?

rigaya commented 1 year ago

I checked through the NVENC API, but it seems that there are no option provided for deblock filters in HEVC encoding.

rigaya commented 1 year ago

I'll now close this issue, as the question has been answered.