gcanat / video_reader-rs

A library to fastly decode video with ffmpeg and rust
MIT License
28 stars 4 forks source link

[Feature Ruquest] - Resize function should work for both downscaling and upscaling. #3

Closed NevermindNilas closed 4 months ago

NevermindNilas commented 4 months ago

resize: optional resizing for the video. If the value is bigger than the actual video size, no resizing will be done

The resize should imho work both ways in order to accommodate a larger use case, otherwise resize is a ambiguous terminology and maybe should be replaced by downscale?

gcanat commented 4 months ago

Sounds reasonable. I will look into it :+1:

NevermindNilas commented 4 months ago

Sounds good can't wait for the pip wheel.

gcanat commented 4 months ago

Should be done in #8 Also you can now install with pip install video-reader-rs :v: