Files
JS-VMAF/README.md
T

20 lines
355 B
Markdown
Raw Normal View History

2022-12-27 01:20:39 +01:00
# 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/
```