From 0f155f37b856b983672a555cce21a68dc9ba6ac6 Mon Sep 17 00:00:00 2001 From: Paillat Date: Wed, 19 Jul 2023 20:49:57 +0200 Subject: [PATCH] chore(readme.md): update project roadmap with new features and improvements feat(readme.md): add support for transitions between photos feat(readme.md): add support for generating a video from a given text feat(readme.md): add support for adding a watermark to the video feat(readme.md): add support for choosing or letting AI choose the background image for marp slides --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 82ef8e9..d7e31ea 100644 --- a/readme.md +++ b/readme.md @@ -50,4 +50,8 @@ If you want to contribute to this project, you can do so by creating a pull requ - [ ] Add a generator for more beautiful thumbnails - [ ] Add a way to change the background music / add a way to add more background music / add a way to have channel specific background music - [ ] Same as with channel specifis script prompt, also for the marp heading and the oƮdeas prompts. Make the optionally channel specific. -- [ ] Add a global settings dict with all of the settings, and a listener to changes in the settings file, to akkow changing the settings without restarting the script. Also allow all te settings to be passed as cli arguments. \ No newline at end of file +- [ ] Add a global settings dict with all of the settings, and a listener to changes in the settings file, to akkow changing the settings without restarting the script. Also allow all te settings to be passed as cli arguments. +- [ ] Add transtitions between photos +- [ ] Add generation of a video from a given text +- [ ] Add a way to add a watermark to the video +- [ ] Add a way to choose / make the AI choose the background image to the marp slides \ No newline at end of file