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
55.56%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
video_
resize
0.1.1
All Items
Crate Items
Modules
Structs
Traits
Functions
Crate
video_resize
Copy item path
Source
Modules
§
algorithms
Structs
§
Crop
Dimensions
Specifies the number of pixels to crop off of each side of the image.
Resize
Dimensions
Specifies the target resolution for the resized image.
Traits
§
Resize
Algorithm
Functions
§
crop
Crops a video based on the given crop dimensions.
resize
Resizes a video to the given target dimensions.