media

A pure Rust media framework

Latest version: 0.9.1 registry icon
Maintenance score
100
Safety score
100
Popularity score
70
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.9.1 0 0 0 0 0
0.9.0 0 0 0 0 0
0.8.2 0 0 0 0 0
0.8.1 0 0 0 0 0
0.8.0 0 0 0 0 0
0.7.1 0 0 0 0 0
0.7.0 0 0 0 0 0
0.6.1 0 0 0 0 0
0.6.0 0 0 0 0 0
0.5.1 0 0 0 0 0
0.5.0 0 0 0 0 0
0.4.0 0 0 0 0 0
0.3.0 0 0 0 0 0
0.2.1 0 0 0 0 0
0.2.0 0 0 0 0 0
0.1.3 0 0 0 0 0
0.1.2 0 0 0 0 0
0.1.1 0 0 0 0 0
0.1.0 0 0 0 0 0

Stability
Latest release:

0.9.1 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant


MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



media-rs

Version Documentation License License

A pure Rust media framework for handling multimedia tasks such as encoding, decoding, capture, playback, processing.

Features

Core

  • [x] Media Types - Define common media types
  • [x] Media Frame - Represent audio and video frame data, including hardware abstraction
  • [x] Video Pixel Format Conversion - Convert between RGB, YUV, and other pixel formats
  • [x] Video Scaling - Scale video resolution
  • [x] Audio Sample Format Conversion - Convert between different audio sample formats
  • [ ] Audio Resampling - Resample audio sample rates

Device

  • Camera
    • [x] AVFoundation (macOS/iOS)
    • [x] Media Foundation (Windows)
    • [ ] V4L2 (Linux)
  • Speaker/Microphone
    • [ ] Core Audio (macOS/iOS)
    • [ ] WASAPI (Windows)
    • [ ] ALSA (Linux)
    • [ ] PulseAudio (Linux)

Codec

  • Video Encoders
    • [ ] H.264/AVC
    • [ ] VP8/VP9
    • [ ] AV1
  • Video Decoders
    • [ ] H.264/AVC
    • [ ] VP8/VP9
    • [ ] AV1
  • Audio Encoders
    • [ ] AAC
    • [ ] Opus
  • Audio Decoders
    • [ ] AAC
    • [ ] Opus

Format

  • Demuxer
    • [x] ISOBMFF/MP4/MOV
    • [x] Matroska/WebM
    • [ ] AVI
  • Muxer
    • [ ] ISOBMFF/MP4/MOV
    • [ ] Matroska/WebM
    • [ ] AVI

Filter

  • Video Filters - Process video and apply effects
  • Audio Filters - Process audio and apply effects