scuffle-ffmpeg 0.0.2

FFmpeg bindings for Rust.
docs.rs failed to build scuffle-ffmpeg-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: scuffle-ffmpeg-0.0.1

scuffle-ffmpeg

[!WARNING]
This crate is under active development and may not be stable.

crates.io docs.rs


A crate designed to provide a simple interface to the native ffmpeg c-bindings.

Why do we need this?

This crate aims to provide a simple-safe interface to the native ffmpeg c-bindings.

How is this different from other ffmpeg crates?

TODO(troy): Add documenation about how this crate is different from other ffmpeg crates.

Status

This crate is currently under development and is not yet stable, unit tests are not yet fully implemented.

Unit tests are not yet fully implemented. Use at your own risk.

License

This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0