This Python script allows you to create a video from a sequence of JPG images. You can choose the resolution of the output video (720p, 1080p, or 4K) and generate a video file accordingly.
- Ensure you have Python installed.
- Clone this repository.
- Place your sequence of JPG images in the same directory as the script.
- Run the script and follow the prompts to select the desired video resolution.
-
Install Python dependencies:
pip install opencv-python tqdm python3 timelapse.py
-
Follow the on-screen instructions to select the video resolution
This Python script processes a set of images to create a stacked image using different blending modes.
- Blends a series of images together.
- Offers "Normal" and "Lighten" blending modes.
- Saves the resulting stacked image in JPEG format.
- Place the script in a directory with a subfolder named "images".
- Add JPEG images to the "images" folder.
- Run the script and follow the prompts to choose the blending mode.
- The resulting stacked image will be saved in the same directory as the script.
- Python 3.x
- OpenCV
- NumPy
-
Clone the repository:
-
Place your images in the "images" folder.
-
Run the script:
-
Follow the prompts to select the blending mode.
python startrails.py
## Credits
@hernanstocke - For initiating and contributing to this project.
ChatGPT - Provided guidance and code assistance through the AI model.
## License
This project is licensed under the MIT License.