Netflix/vmaf

libvmaf API does not support `perc*` pool methods

オープン

#818 opened on 2021/02/01

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (700 件のフォーク)batch import
help wantedlibvmaf

Repository metrics

Stars
 (3,829 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド