Global

Methods

# executePromise(cmd, isFFmpeg) → {Promise.<(String|Error)>}

Parameters:
Name Type Description
cmd String

Command to Run and Execute

isFFmpeg Boolean

is Command related to FFMPEG?

Returns:

Promise Whatever the executed command gives us

Type
Promise.<(String|Error)>

Type Definitions

# ffmpegAudioCodec

Supported FFmpeg Audio Codecs

Type:
  • "libmp3lame" | "aac"

# ffmpegPreset

Supported FFmpeg Process Presets

Type:
  • "ultrafast" | "fast" | "medium"

# StreamingPlatforms

Streaming Platform

Type:
  • "youtube" | "twitch" | "unknown"