ffmpegx 0.2.3

Rust bindings for FFmpeg, providing common features such as frame sequence decoding and PCM data encoding/decoding.
Documentation
[package]
name = "ffmpegx"
version = "0.2.3"
edition = "2024"
authors = ["happyboy <superhappyboy1995@gmail.com>"]
description = "Rust bindings for FFmpeg, providing common features such as frame sequence decoding and PCM data encoding/decoding."
keywords = ["ffmpeg", "multimedia"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/0xhappyboy/ffmpegx"

[dependencies]
base64 = "0.23.0"
chrono = "0.4.45"
image = "0.25.10"
log = "0.4.33"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
uuid = { version = "1.24.0", features = ["v4", "serde"] }