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
- Host: GitHub
- URL: https://github.com/shadowjonathan/vidseq
- Owner: ShadowJonathan
- License: mit
- Created: 2022-01-07T18:43:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T16:45:51.000Z (over 4 years ago)
- Last Synced: 2025-03-12T22:06:26.109Z (over 1 year ago)
- Topics: gstreamer
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```