Transcoding
OutputProfile
<OutputProfiles>
<!--
Common setting for decoders. Decodes is optional.
<Decodes>
Number of threads for the decoder.
<ThreadCount>2</ThreadCount>
By default, OME decodes all video frames. If OnlyKeyframes is true, only the keyframes will be decoded, massively improving thumbnail performance at the cost of having less control over when exactly they are generated
<OnlyKeyframes>false</OnlyKeyframes>
</Decodes>
-->
<OutputProfile>
<Name>bypass_stream</Name>
<OutputStreamName>${OriginStreamName}_bypass</OutputStreamName>
<Encodes>
<Video>
<Bypass>true</Bypass>
</Video>
<Audio>
<Name>aac_audio</Name>
<Codec>aac</Codec>
<Bitrate>128000</Bitrate>
<Samplerate>48000</Samplerate>
<Channel>2</Channel>
<BypassIfMatch>
<Codec>eq</Codec>
</BypassIfMatch>
</Audio>
<Audio>
<Name>opus_audio</Name>
<Codec>opus</Codec>
<Bitrate>128000</Bitrate>
<Samplerate>48000</Samplerate>
<Channel>2</Channel>
<BypassIfMatch>
<Codec>eq</Codec>
</BypassIfMatch>
</Audio>
</Encodes>
</OutputProfile>
</OutputProfiles>Encodes
Video
Property
Description
Supported Video Codecs
Type
Description
Codec
Modules
Preset
Presets
openh264
h264_nvenc
vp8
Audio
Property
Description
Supported Audio Codecs
Type
Description
Codec
Modules
Bypass (Passthrough)
Additional Features
Conditional Encoding
Matching elements in video
Elements
Condition
Description
Matching elements in audio
Elements
Condition
Description
Keep Original and Change Bitrate
Rescaling with Keep the Aspect Ratio
Decoding Thread Configuration
Was this helpful?