Question | Answer |
---|---|
I'm getting Error: Invalid converter command , why? |
Either you don't have FFmpeg/avconv binaries installed or it isn't in your environment variables (see below) |
Can I use the ffmpeg from NPM? | No, the ffmpeg module on NPM is used to interact with an installed FFmpeg binary, it is not FFmpeg itself |