diff --git a/src/createFFmpeg.js b/src/createFFmpeg.js index 35f0b80..2c01616 100644 --- a/src/createFFmpeg.js +++ b/src/createFFmpeg.js @@ -81,7 +81,7 @@ module.exports = (_options = {}) => { ); const ls = (path) => ( - FS('readir', [path]) + FS('readdir', [path]) ); const run = (_args) => {