Michael Fabian 'Xaymar' Dirks dee9eed566 1.1.1: Fix filter chain and libvmaf input order
- The order of inputs to libvmaf is distorted, then reference. Earlier versions had this inverted accidentally.
- Format conversion now happens after color conversion and scaling, and now supports the optional argument.
2022-12-27 16:11:49 +01:00
2022-12-27 16:08:04 +01:00
2022-12-25 23:41:29 +01:00
2022-12-25 23:41:29 +01:00
2022-12-27 16:08:04 +01:00
2022-12-25 23:41:13 +01:00
2022-12-27 16:09:48 +01:00
2022-12-25 23:41:29 +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/
S
Description
Run FFmpeg's VMAF over two or more videos and get the results you want.
Readme BSD-3-Clause 74 KiB
2023-01-09 11:22:57 +01:00
Languages
TypeScript 100%