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.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-01-09 11:22:57 +01:00
parent 41989579f2
commit 2735d7b0c6
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "js-vmaf", "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.", "description": "A simple tool to quickly and correctly compare a reference file with a distorted file using VMAF.",
"main": "generated/index.js", "main": "generated/index.js",
"scripts": { "scripts": {