mlange-42 / chrono-photo

Chronophotography command line tool and library in Rust.
https://mlange-42.github.io/chrono-photo/
MIT License
14 stars 3 forks source link

[Feature] Allow direct processing of video files #4

Open mlange-42 opened 4 years ago

mlange-42 commented 4 years ago

In addition to processing image series, allow direct processing of video files.

Problem: Didn't find any pure rust library for decoding videos. There are bindings for GStreamer, but that would probably make the deployment process more difficult.

Possible crates (bindings)

Possible crates (pure rust)