Skip to content

Video: AVI and MXF containers #72

Description

@justin13888

ContainerId::Avi and ContainerId::Mxf exist in the API and return a matchable VideoError::UnsupportedContainer, so adding them later is additive rather than breaking. Neither is implemented.

AVI — RIFF-based. No maintained Rust demuxer was found when #39 was scoped; the container is simple enough to own directly, as MP4 now is.

MXF — SMPTE 377M. The only mxf crate on crates.io was last published in 2017, so this is a clean-slate implementation or nothing.

Neither appears in rawshift's supported-device list, so both are demand-driven rather than roadmap items. Worth doing only if a real workflow needs them.

Follow-up to #39.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions