[package] name = "video-rs-adder-dep" description = "High-level video toolkit based on ffmpeg. Slightly modified to expose internals for the ADDER project." keywords = ["video", "ffmpeg", "encoding", "decoding", "muxing"] categories = ["multimedia", "multimedia::video"] version = "0.4.1" authors = ["Oddity.ai Developers "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://github.com/oddity-ai/video-rs" readme = "README.md" [dependencies] tracing = "0.1" ffmpeg-next = { version = "6.0", features = ["format", "codec", "software-resampling", "software-scaling"] } url = "2" ndarray = { version = "0.15", optional = true }