Docs.rs
video-resize-0.1.1
video-resize 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
shssoichiro
Dependencies
anyhow ^1.0.66
normal
num-traits ^0.2.15
normal
v_frame ^0.3.1
normal
image ^0.24.5
dev
yuvxyb ^0.2.3
dev
Versions
37.5%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate video_resize
Version 0.1.1
All Items
Modules
Structs
Traits
Functions
?
Crate
video_resize
source
·
[
−
]
Modules
algorithms
Structs
CropDimensions
Specifies the number of pixels to crop off of each side of the image.
ResizeDimensions
Specifies the target resolution for the resized image.
Traits
ResizeAlgorithm
Functions
crop
Crops a video based on the given crop dimensions.
resize
Resizes a video to the given target dimensions.