Expand description
Concatenation and joining of multiple media sources. Concatenation and joining of multiple media sources into a single output.
Handles cross-format joining with optional transition effects between segments, automatic audio/video alignment, and gap filling.
Structs§
- Concat
Config - Overall concat job configuration.
- Concat
Result - Result of a concat operation.
- Concat
Segment - A single input segment in the concat list.
Enums§
- Conform
Strategy - Strategy for handling format mismatches between segments.
- Transition
Kind - Transition type between consecutive segments.
Functions§
- validate_
concat - Validate a concat configuration and return a list of issues (empty = valid).