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§
- Audio
Profile Params - Audio encoding parameters within a
TranscodeProfile. - Container
Params - Container / muxer settings within a
TranscodeProfile. - Transcode
Profile - A complete, shareable encoding configuration.
- Video
Profile Params - Video encoding parameters within a
TranscodeProfile.