Skip to main content

encoder_and_mux_elements

Function encoder_and_mux_elements 

Source
fn encoder_and_mux_elements(
    format: OutputFormat,
    os: &str,
) -> Result<(Vec<&'static str>, &'static str), EncodeError>
Expand description

Per-(format, OS) video encoder element(s) + muxer element, used by build_live_video_args so the encoder coverage table lives in one place.

ยงErrors

EncodeError::Unsupported for any (format, OS) without a wired encoder.