Stitcher is a simple photo stitching tool built using Python's tkinter
library. It allows you to select multiple images, combine them into a video, and preview the generated video within the application.
- Select multiple photos (JPEG and PNG formats) for stitching.
- Customize frames per second (FPS) for the output video.
- Combine selected photos into an MP4 video file.
- Preview the generated video within the application.
- Python 3.x
- OpenCV (
cv2
) - Pillow (
PIL
) tkinter
(usually comes with Python installation)
- Clone the repository or download the code.
- Install the required packages using pip: pip install opencv pip install pillow
- Run the script
stitcher.py
to launch the application. - Follow the instructions in the application:
- Click on "Select Photos" to choose images for stitching.
- Enter the desired FPS (Frames Per Second) for the output video.
- Click on "Create Video" to combine selected photos and generate an MP4 video.
- The preview of the generated video will auto-save and display in the canvas.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
If you found Stitcher helpful and would like to support its development, consider buying me a coffee:
This project is licensed under the MIT License.