licenses.dev

ffmpeg_cmdline_utils v0.1.4

Rust wrapper around the commandline interface to FFMPEG. Can be used to read frames from videos into bufrers in rust.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT21
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
image • 0.25.5Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT4
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
syn • 2.0.90Parser for Rust source codeINDIRECT2
thiserror-impl • 2.0.8Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.8derive(Error)DIRECT5
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.DIRECT2
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder-lite • 0.1.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
bytemuck • 1.21.0A crate for mucking around with piles of bytes.INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/ffmpeg_cmdline_utils)](https://licenses.dev/cargo/ffmpeg_cmdline_utils)
<a href="https://licenses.dev/cargo/ffmpeg_cmdline_utils">
  <img src="https://licenses.dev/b/cargo/ffmpeg_cmdline_utils" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.4 version:

[![licenses](https://licenses.dev/b/cargo/ffmpeg_cmdline_utils/0.1.4)](https://licenses.dev/cargo/ffmpeg_cmdline_utils/0.1.4)
<a href="https://licenses.dev/cargo/ffmpeg_cmdline_utils/0.1.4">
  <img src="https://licenses.dev/b/cargo/ffmpeg_cmdline_utils/0.1.4" alt="licenses" />
</a>
GitHub