-
Hello,
Have you considered using [VMAF](https://github.com/Netflix/vmaf) and/or compressibility check in your framework?
The workflow that I have in mind is this one:
1. Choose a vmaf quality…
-
I have done some tests with the last AVX version and I have found that in most tests, it has different VMAF metrics than plain version:
![image](https://github.com/Patman86/x265-Mod-by-Patman/asset…
-
Hi! I run the command "docker build -t docker-videobench -f ./Dockerfile ./" at Anaconda Prompt, and then the Anaconda Prompt return the following information:
Sending build context to Docker dae…
-
hi, would it be possible to add CUDA processing offloading for VMAF calculation? As well as parallelize processing of multiple files at the same time?
https://github.com/Netflix/vmaf/pull/1080
-
When fetching a completed job we expect it to be located in the `vmaf-files` bucket. This is of course not ideal and should be updated so that we can download VMAF results from any bucket that the use…
-
For tuning the encoding it would be nice if the encoder supports VMAF. It will take more time but it will tell how good the encoder settings are.
It is a tool from netflix. It compares the before and…
-
I have some video files where every other frame is a duplicate for some reason. So when transcoding, I use FFmpeg's `fps` filter to cut the frame rate in half to fix the issue. However, ab-av1 doesn't…
-
Running Av1an with `--target-quality` or `--vmaf` fails to calculate proper VMAF values if the input is cropped, even if `--vmaf-filter` is given:
```
av1an -i spiderman2.mkv -f " -vf crop=1920:800:…
-
First I just wanted to thank you for this amazing project, it's a integral part of my workflow when I encode anything.
I wanted to know if there would be a way to make the program also take into ac…
-
Add a mode where we use the worst sample's VMAF after sample-encode instead of an average across all samples.
If we assumed that the worst quality sample VMAF score at a given crf would also be th…