Fast transcoder suitable for merging multiple input streams into one. This variant does check the input options of the consumed streams, so it is SAFE to use with untrusted input.
Fast transcoder suitable for merging multiple input streams into one. This variant does check the input options of the consumed streams, so it is SAFE to use with untrusted input.
Value parameters
outputOptions
options for the output stream. This MUST have the physical stream type set.
Fast transcoder suitable for merging multiple input streams into one. This variant DOES NOT check the input options of the consumed streams. This should be therefore only used when the input is fully trusted. Otherwise, an attacker could cause a DoS by sending a stream with large lookups.
Fast transcoder suitable for merging multiple input streams into one. This variant DOES NOT check the input options of the consumed streams. This should be therefore only used when the input is fully trusted. Otherwise, an attacker could cause a DoS by sending a stream with large lookups.
Value parameters
outputOptions
options for the output stream. This MUST have the physical stream type set.