pub fn transcode_bytes(input: &[u8]) -> Result<TranscodeOutcome>Expand description
Transcode an in-memory input buffer to an AV1/MP4 output buffer.
This is the primary library entry point.
pub fn transcode_bytes(input: &[u8]) -> Result<TranscodeOutcome>Transcode an in-memory input buffer to an AV1/MP4 output buffer.
This is the primary library entry point.