Browse Source

fix msising

pull/44/head
Mikael Finstad 6 years ago
parent
commit
e428089617
  1. 2
      sources/videoFrameSource.js

2
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

Loading…
Cancel
Save