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