update readme

This commit is contained in:
Chris Cochrun 2022-09-26 10:40:54 -05:00
parent ed632e0733
commit 113aa0ff4d

View file

@ -7,9 +7,10 @@ This is an attempt at building a church presentation application in Qt/QML. QML
** Features (planned are in parentheses) ** Features (planned are in parentheses)
- Presents songs lyrics with image and video backgrounds - Presents songs lyrics with image and video backgrounds
- Use MPV as a rendering system for videos - Use MPV as a rendering system for videos
- Simple song creation with a powerful text parser - Almost fully finished - Simple song creation with a powerful text parser
- (Present Slides) - Present Slides
- (Custom slide builder) - (Custom slide builder)
- (an intuitive UI) - Still needs A LOT of polish
** MPV ** MPV
You will need MPV installed in order to use this. All videos run through it. This, however, enables us to make videos work very well and with a lot of control and since it uses ffmpeg underneath, nearly any codec regardless of underlying system. This prevents the need for the user to install other codecs to work with Windows or MacOS. It also means a much easier control system and the potential to stream web content as well without downloading first. You will need MPV installed in order to use this. All videos run through it. This, however, enables us to make videos work very well and with a lot of control and since it uses ffmpeg underneath, nearly any codec regardless of underlying system. This prevents the need for the user to install other codecs to work with Windows or MacOS. It also means a much easier control system and the potential to stream web content as well without downloading first.
@ -41,6 +42,12 @@ nix develop
This drops you into a shell with all the right dependencies. This drops you into a shell with all the right dependencies.
*If you have direnv*
#+begin_src sh
cd church-presenter
direnv allow
#+end_src
Then just as before build and run it the way you would. Then just as before build and run it the way you would.
* Contact Me * Contact Me