⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⣤⣤⣤⣤⡀⠀⠀ ⠀⠀⠀⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀ ⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀ ⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇ ⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ ⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠀ ⠀⠀⠀⠀⠈⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠉⠁⠀⠀⠀⠀
A Node.js and TypeScript based tool to create Instagram reels from a set of images and an audio file.
- Analyze audio file for peak amplitudes and time codes
- Generate a slideshow of images with transitions according to the time codes
- Combine the slideshow with the audio to produce the final video
- fluent-ffmpeg
- ffmpeg-static
- ffprobe-static
- node-wave-file
- sharp
- Clone the repository:
git clone https://github.com/yourusername/reels-maker.git
cd reels-maker
- Install the required dependencies:
npm install
- Start the project:
npm start
Provide a detailed guide on how to use your project, including any command-line arguments or API details.
If you'd like to contribute to the project, feel free to submit a pull request.
Specify the license of your project if applicable.