Skip to content

Generate OSD for Walksnail DVR! If you like it you can get me a coffe here https://www.buymeacoffee.com/kirek

Notifications You must be signed in to change notification settings

kensherman/ws-osd-py

 
 

Repository files navigation

image

Tool for generating OSD for Walksnail DVR

That's easy, drag and drop files into UI, click Generate. Then import generated sequence into and video editing software and adjust framerate to 60fps if needed.

How to run

Windows

Nothing to do, Go to Release page

Linux / MacOS

Disclamer: I've tried my best to make it work on all systems, but it's only tested on Windows. So it might not work as expected on other systems.

Only works with Python 3.10 due to issues with wxPython and python-opencv libs

Install ffmpeg:

For Linux:

sudo apt install ffmpeg 

For MacOs:

brew install ffmpeg

Then clone respotiory and run app

git clone https://github.com/kirek007/ws-osd-py.git
cd ws-osd-py
make run

Usage tutorial

https://www.youtube.com/watch?v=we3F4rIXTqU

Fonts

You can get fancy fonts from Sneaky_FPV, or get default walksnails fonts

Examples

Here are some results:

https://www.youtube.com/watch?v=fHHXh9k-SGg

https://www.youtube.com/watch?v=2u7wiJBIdCg

Ack

Software is provided as is and it is open sourced so contributions are welcome!

Feel free to create a ticket in case something is not working.

Coffee needed

If you like tool, you can buy me a coffee so keep working more overnights :)

Buy Me A Coffee

About

Generate OSD for Walksnail DVR! If you like it you can get me a coffe here https://www.buymeacoffee.com/kirek

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Makefile 1.4%