vidseq

Crates.iovidseq
lib.rsvidseq
version0.0.1
sourcesrc
created_at2022-01-07 18:57:09.855855
updated_at2022-01-07 18:57:09.855855
descriptionSimple library to extract frames from videos
homepage
repositoryhttps://github.com/shadowjonathan/vidseq
max_upload_size
id509891
size32,132
Jonathan de Jong (ShadowJonathan)

documentation

README

vidseq

a slightly scuffed interface to gstreamer to "just" grab induvidual frames from video files

Note: This library initiates gstreamer by itself, call assume_gst_init before everything else if gst is already initiated somewhere else.


required packages:

libgstreamer1.0-dev
libgstreamer-plugins-base1.0-dev

recommended packages:

gstreamer1.0-plugins-base
gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-ugly
Commit count: 3

cargo fmt