Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.39 KB

README.MD

File metadata and controls

61 lines (41 loc) · 1.39 KB

Reels Maker 📽️

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⣤⣤⣤⣤⡀⠀⠀ ⠀⠀⠀⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀ ⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀ ⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇ ⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ ⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠀ ⠀⠀⠀⠀⠈⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠉⠁⠀⠀⠀⠀

A Node.js and TypeScript based tool to create Instagram reels from a set of images and an audio file.

Features

  • 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

Dependencies

  • fluent-ffmpeg
  • ffmpeg-static
  • ffprobe-static
  • node-wave-file
  • sharp

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/reels-maker.git
cd reels-maker
  1. Install the required dependencies:
npm install
  1. Start the project:
npm start

Usage

Provide a detailed guide on how to use your project, including any command-line arguments or API details.

Contributing

If you'd like to contribute to the project, feel free to submit a pull request.

License

Specify the license of your project if applicable.