8000 GitHub - jackersson/gst-overlay
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jackersson/gst-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

gst-overlay

Simple Python Gstreamer Overlay Plugin. Overlay implemented with OpenCV, PyCairo

How to run

git clone https://github.com/jackersson/gst-overlay.git
cd gst-overlay

python3 run.py -f car.mpg -i cat/ --cairo
python3 run.py -f car.mpg -i cat/ --opencv
python3 run.py -f car.mpg -i cat/ --cairo --fps

Flags

  • -f, --file - video file's absolute path
  • -i, --images - existing folder with images to be draw on video
  • --cairo - use Cairo drawing call
  • --opencv - use OpenCV drawing call
  • --fps - draw FPS on video

Test car (video) and kitten (.png animation) from blog post download from here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0