Skip to main content

Module transcode

Module transcode 

Source
Expand description

Transcoding operations for converting media files.

Provides transcode command implementation with:

  • Codec selection and validation
  • Filter chain construction
  • Format detection
  • Multi-pass encoding
  • Resume capability

Structs§

TranscodeOptions
Options for transcode operation.

Enums§

AudioCodec
Supported audio codecs (patent-free only).
EncoderPreset
Encoder preset (affects speed/quality tradeoff).
VideoCodec
Supported video codecs (patent-free only).

Functions§

transcode
Main transcode function.