From 2735d7b0c6307ae9bbb789436910399874f5f74b Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 9 Jan 2023 11:22:57 +0100 Subject: [PATCH] 1.1.2: Fix some bugs regarding frame rate - r_framerate doesn't exist, but r_frame_rate does. - FFmpeg may misidentify CFR streams as pseudo-VFR, need to force it into the correct mode. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bad543d..385fbe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-vmaf", - "version": "1.1.1", + "version": "1.1.2", "description": "A simple tool to quickly and correctly compare a reference file with a distorted file using VMAF.", "main": "generated/index.js", "scripts": {