Netflix/vmaf

libvmaf API does not support `perc*` pool methods

開放

#818 建立於 2021年2月1日

 (3 則留言) (0 個反應) (0 位負責人)Python (700 個分叉)batch import
help wantedlibvmaf

倉庫指標

星標
 (3,829 顆星)
PR 合併指標
 (平均合併 11小時 33分鐘) (30 天內合併 6 個 PR)

描述

The libvmaf API used by ffmpeg does not support the perc5, perc10, perc20 pooling methods. Furthermore attempting to pass one of these values will silently fallback to mean as the pooling method due to the implementation in pool_method_map, leading to a confusing user experience (even though the documentation mentions that only min, mean and harmonic_mean are supported).

It would be great to either unify the pooling methods such that perc* works, or to perhaps consider returning an error if an unsupported pooling method is requested.

貢獻者指南