robust modification of VMAF
Project description
Robust VMAF
Robust modification of Video Multimethod Assessment Fusion (VMAF)
Installation
You should install ffmpeg with VMAF support (guide can be found here https://github.com/netflix/vmaf/blob/master/resource/doc/ffmpeg.md)
Usage
Example code:
from robust_vmaf import RobustVMAF
if __name__ == "__main__":
rvmaf = RobustVMAF()
print(rvmaf.predict("example/reference.mp4", "example/DragoToneMap.mp4"))
print(rvmaf.predict("example/reference.mp4", "example/DragoToneMap.mp4", return_vmaf=False, return_vmaf_neg=False))
Output:
{'model': np.float32(95.81248), 'vmaf': 112.4708638, 'vmaf_neg': 91.1492206}
95.81248
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
robust_vmaf-0.1.0.dev3.tar.gz
(120.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robust_vmaf-0.1.0.dev3.tar.gz.
File metadata
- Download URL: robust_vmaf-0.1.0.dev3.tar.gz
- Upload date:
- Size: 120.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21fc63af698654fd817567e0d963b0442987ec454aad4d61bf2a9c24ca9d3ddb
|
|
| MD5 |
d46fd3866ddce051ae615a57a832b61f
|
|
| BLAKE2b-256 |
7e5b7ffcbdaebea9b7de2f790321d706ef25c13632c6d71092882db9d1a2fa24
|
File details
Details for the file robust_vmaf-0.1.0.dev3-py3-none-any.whl.
File metadata
- Download URL: robust_vmaf-0.1.0.dev3-py3-none-any.whl
- Upload date:
- Size: 170.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a95a1103381a897098e5ca6ca4645c51764ea357fc3f7929e58ae493478ee282
|
|
| MD5 |
7d13024fbadd1f7dbc02823867fb8056
|
|
| BLAKE2b-256 |
477e58b3bec3a21f1d7278ceefeff7ec9c9df781ab1091081c164498cb33839a
|