Represents an output of the command. Usually there's only one per command, but can be more.
The Streams to be included in the output should be passed in the options array, using the -map option.
const output = new Output( '/output.mp4', [ '-map', stream1, '-map', video ] );
Represents an output of the command. Usually there's only one per command, but can be more. The Streams to be included in the output should be passed in the options array, using the
-map
option.const output = new Output( '/output.mp4', [ '-map', stream1, '-map', video ] );