Skip to content

Commit

Permalink
Update Readme about ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
kirek007 committed Jan 3, 2023
1 parent 911f491 commit da9db2a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.

# Release

Go to [Release page](https://github.com/kirek007/ws-osd-py/releases)

# Requirements

If you want to render osd into file directly in app you need ffmpeg to be installed in you system.

For Windows: Nothing to do, incuded in release.
For Linux: `sudo apt install ffmpeg `
For MacOs `brew install ffmpeg`

# Tool for generating OSD for Walksnail DVR

That's easy, drag and drop files into UI, click Generate.
Expand All @@ -20,7 +29,3 @@ Here are some results:
https://www.youtube.com/watch?v=fHHXh9k-SGg

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

# Run from source code

Install Python 3.10 and run `make run` it should work.

0 comments on commit da9db2a

Please sign in to comment.