Closed HassanDev13 closed 1 year ago
You can only call one of the processing methods (save
, takeScreenshots
, or any other method listed in https://github.com/fluent-ffmpeg/node-fluent-ffmpeg#starting-ffmpeg-processing) on a ffmpeg()
instance.
Use clone()
to create a clone, and then call save
on one and takeScreenshots
on the other.
Hi , i am trying to take a screenshot & generate an audio file at the same time, is that possible? here my code :
my screenshot sometimes generates sometimes not!
Could someone please help ?