An open API service indexing awesome lists of open source software.

https://github.com/shadowjonathan/vidseq

Simple library to extract frames from videos
https://github.com/shadowjonathan/vidseq

gstreamer

Last synced: about 1 year ago
JSON representation

Simple library to extract frames from videos

Awesome Lists containing this project

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
```