new Commander()
Interface to the ffmpeg process. Uses fluent-ffmpeg.
- Source:
Methods
(inner) createCommand(config) → {Object}
(Re)Create the ffmpeg command and configure it.
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | The configuration for the stream. |
- Source:
Returns:
The fluent-ffmpeg command object.
- Type
- Object