Skip to content

Stitcher is a simple photo stitching tool. It allows you to select multiple images, combine them into a video, and preview the generated video within the application.

License

Notifications You must be signed in to change notification settings

RhythrosaLabs/Stitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Stitcher - Photo Stitching Tool

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.

Features

  • 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.

Requirements

  • Python 3.x
  • OpenCV (cv2)
  • Pillow (PIL)
  • tkinter (usually comes with Python installation)

Usage

  1. Clone the repository or download the code.
  2. Install the required packages using pip: pip install opencv pip install pillow
  3. Run the script stitcher.py to launch the application.
  4. 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.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

Support

If you found Stitcher helpful and would like to support its development, consider buying me a coffee:

Support via PayPal

License

This project is licensed under the MIT License.

About

Stitcher is a simple photo stitching tool. It allows you to select multiple images, combine them into a video, and preview the generated video within the application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages