From e42808961743e9ea853a8cb8fb18900cc0652ece Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 30 Apr 2020 23:06:04 +0800 Subject: [PATCH] fix msising --- sources/videoFrameSource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/videoFrameSource.js b/sources/videoFrameSource.js index 5c6859c..6678636 100644 --- a/sources/videoFrameSource.js +++ b/sources/videoFrameSource.js @@ -1,7 +1,7 @@ const execa = require('execa'); const assert = require('assert'); -module.exports = async ({ width, height, channels, framerateStr, verbose, enableFfmpegLog, params }) => { +module.exports = async ({ width, height, channels, framerateStr, verbose, ffmpegPath, enableFfmpegLog, params }) => { const targetSize = width * height * channels; // TODO assert that we have read the correct amount of frames