πŸ“¦ payload / rust-video-playground

Weekend project for experiments with video processing in rust

β˜… 1 stars β‘‚ 0 forks πŸ‘ 1 watching βš–οΈ Apache License 2.0
πŸ“₯ Clone https://github.com/payload/rust-video-playground.git
HTTPS git clone https://github.com/payload/rust-video-playground.git
SSH git clone git@github.com:payload/rust-video-playground.git
CLI gh repo clone payload/rust-video-playground
Gilbert RΓΆhrbein Gilbert RΓΆhrbein 640x360 is more fluent than 2K df57a3a 3 years ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“ examples
πŸ“ src
πŸ“„ .gitignore
πŸ“„ Cargo.lock
πŸ“„ Cargo.toml
πŸ“„ LICENSE
πŸ“„ README.md
πŸ“„ README.md

rustvideoplayground

Examples

FFMPEG is used on Mac OS to access a webcam video input and write frames to PPM files.

How To

  • build documentation: cargo doc --no-deps --examples
  • watch docs and tests: cargo watch -x 'doc --no-deps --examples' -x 'test --no-fail-fast --all-targets'