A software designed to create lyric slideshows. This software allows users to combine lyrics with background videos, resulting in a visually engaging slideshow that synchronizes the lyrics with the video footage.
- Create shows
- Add text overlays with videos in background
- Preview final slideshow
- Presenter view and lyric preview mode resembles Spotify lyrics
- Manual Select of text or slide during presentation 'Coming Soon!'
- Go to Website
- Press Releases
- Download the package corresponding to your Operating System.
- Clone the repository:
git clone https://github.com/marksamfd/VideoSlideshow.git
- Install the required dependencies:
npm install
- Start the application:
npm start
- Launch the application.
- Select File -> Create new Presentation or Open Existing one
- Select the file of your presentation
- Select your splitting mode and the delimiter
- Wait for the file to load
- Have Fun!
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.