update readme
This commit is contained in:
parent
c254c83875
commit
4e71739f38
1 changed files with 3 additions and 5 deletions
|
@ -8,17 +8,15 @@ In hind site, I may have been a bit too harsh on how OpenLP chose to create slid
|
||||||
|
|
||||||
** 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 FFMPEG as a rendering system for videos
|
- Use MPV as a rendering system for videos
|
||||||
- Simple song creation with a powerful text parser
|
- Simple song creation with a powerful text parser
|
||||||
- Present Slides (PDF) (PowerPoint and Impress are in not implemented yet)
|
- Present Slides (PDF) (PowerPoint and Impress are in not implemented yet)
|
||||||
- Present Reveal.js slides
|
- Present Reveal.js slides
|
||||||
- (Custom slide builder)
|
- (Custom slide builder)
|
||||||
- (an intuitive UI) - Still needs A LOT of polish
|
- (an intuitive UI) - Still needs A LOT of polish
|
||||||
|
|
||||||
** +MPV+ FFMPEG
|
** MPV
|
||||||
We have switched the project to using ffmpeg since QT now uses that by default on all platforms. This means that regardless of platform, all codecs of video /should/ work.
|
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.+
|
|
||||||
|
|
||||||
** Rust and CXX-QT
|
** Rust and CXX-QT
|
||||||
CXX-QT is a bridge framework for Rust and Qt. It works by piggybacking off of CXX and is a phenomenal tool to make a Qt app using Rust. More and more, I've been porting things over to Rust in the project using this bridge.
|
CXX-QT is a bridge framework for Rust and Qt. It works by piggybacking off of CXX and is a phenomenal tool to make a Qt app using Rust. More and more, I've been porting things over to Rust in the project using this bridge.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue