Skip to content

Commit

Permalink
Fix FFmpeg spelling and include note
Browse files Browse the repository at this point in the history
  • Loading branch information
mariiaan authored Sep 21, 2023
1 parent f4b7dcc commit 4ed7686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ T - toggle text / grayscale dithering
Q - quit

# Libraries, this project depends on
- ffmpeg (https://www.ffmpeg.org/)
- FFmpeg (https://www.ffmpeg.org/)
- bass.dll (https://www.un4seen.com/)

# License
This project uses the MIT license. TLDR: You can do whatever you want with the project as long as you include the license and the original copyright message. (LICENSE file)
Important: The BASS audio library (a dependency of this project) is a commercial product. While it is free for non-commercial use, please ensure to obtain a valid licence if you plan on distributing any application using it commercially.
You can obtain a commercial license at https://www.un4seen.com/license.php
The project also uses FFmpeg (https://ffmpeg.org/) which is licensed under LGPL 2.1+.

Pull-requests will be reviewed and accepted, please keep your code simple, short and understandable!
thank you for all your support

0 comments on commit 4ed7686

Please sign in to comment.