1.1.0: Percentiles for JSON logs

- Adds 50th, 75th, 90th, 95th, 99th and 99.9th percentile to the calculations in the JSON log output.
- Fixes being forced to calculate the vmaf_v0.6.1 model.
- Flips the order for scaling reference files.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-12-27 01:20:39 +01:00
parent 611157ec67
commit 9431689ac8
4 changed files with 95 additions and 28 deletions
+19
View File
@@ -0,0 +1,19 @@
# js-vmaf: Simple, but effective VMAF comparison tool
This is a simple wrapper around FFmpeg and VMAF to handle comparison of files.
## Installing
```
npm install
npm run build
```
## Usage
```
node . --help
```
## Examples
### Compare all files in a directory
```
node . --ffmpeg ./ffmpeg --ffprobe ./ffprobe -r /mnt/usb0/reference.mp4 /mnt/usb1/
```