1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/multimedia/vmaf/pkg-plist
Jan Beich 7f163c23e1 multimedia/vmaf: unbreak legacy API consumers after 1868dedecc
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame    1/0          0B       0 us 0.00 fpm [ETA  unknown] libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.

$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future libvmaf version
libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for details
2021-11-08 17:33:40 +00:00

29 lines
920 B
Plaintext

bin/vmaf
include/libvmaf/compute_vmaf.h
include/libvmaf/feature.h
include/libvmaf/libvmaf.h
include/libvmaf/model.h
include/libvmaf/picture.h
include/libvmaf/version.h
lib/libvmaf.a
lib/libvmaf.so
lib/libvmaf.so.1
lib/libvmaf.so.1.1.2
libdata/pkgconfig/libvmaf.pc
share/model/other_models/nflx_v1.json
share/model/other_models/nflxtrain_norm_type_none.json
share/model/other_models/vmaf_v0.6.0.json
share/model/other_models/vmaf_v0.6.1mfz.json
share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.json
share/model/vmaf_4k_v0.6.1.json
share/model/vmaf_b_v0.6.3.json
share/model/vmaf_float_4k_v0.6.1.json
share/model/vmaf_float_b_v0.6.3.json
share/model/vmaf_float_b_v0.6.3/vmaf_float_b_v0.6.3.json
share/model/vmaf_float_v0.6.1.json
share/model/vmaf_float_v0.6.1neg.json
share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.json
share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.json
share/model/vmaf_v0.6.1.json
share/model/vmaf_v0.6.1neg.json