Closed jonahzheng closed 7 years ago
ok i know. /**
@return FfmmegCommand */ proto.nativeFramerate = proto.withNativeFramerate = proto.native = function() { if (!this._currentInput) { throw new Error('No input specified'); }
this._currentInput.options('-re'); return this; };
how to use node-fluent-ffmpeg Settings -re option ex: ffmpeg -re 15 -i my.mp4 aa.mp4