tungs / timecut

Node.js program to record smooth movies of web pages with JavaScript animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow adding custom flags to the ffmpeg process

laggingreflex opened this issue · comments

Please allow passing custom flags to the ffmpeg process.

I wanted to add an audio by passing it as an input to the ffmpeg process.

Also, have you considered fluent-ffmpeg? Maybe using and exposing it would be better than exposing the arguments array that you currently pass to spawn


Ah, sorry, I'm too lazy to read. It seems this also already exists.