Skip to main content

Module transcode_profile

Module transcode_profile 

Source
Expand description

TranscodeProfile — shareable encoding configuration with JSON import/export.

A TranscodeProfile encapsulates all the settings needed to describe a complete transcode operation (codecs, bitrates, quality, filters) and can be serialised to / deserialised from JSON for sharing between operators, pre-sets libraries, and tooling integration.

Structs§

AudioProfileParams
Audio encoding parameters within a TranscodeProfile.
ContainerParams
Container / muxer settings within a TranscodeProfile.
TranscodeProfile
A complete, shareable encoding configuration.
VideoProfileParams
Video encoding parameters within a TranscodeProfile.