mlange-42 / chrono-photo

Chronophotography command line tool and library in Rust.

Home Page:https://mlange-42.github.io/chrono-photo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Allow direct processing of video files

mlange-42 opened this issue · comments

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)

  • gstreamer
  • ffmpeg
  • libVLC

Possible crates (pure rust)

  • ?