A Python application that converts an image sequence into a video using PySide for the user interface.
- Convert a sequence of images into a video file.
- Customizable output video format, resolution, and frame rate.
- Interactive graphical user interface built with PySide.
- Python 3.11.3
- PySide
- OpenCV
- Clone the repository:
git clone https://github.com/your-username/image-sequence-to-video.git
Install the required dependencies:
pip install -r requirements.txt
Run the application:
python main.py
Use the PySide UI to:
Specify the folder containing the image sequence. Choose the output video format, resolution, and frame rate. Click the "Convert" button to start the conversion process. The converted video will be saved in the specified output folder.
Screenshots
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
Fork the repository. Create a new branch for your feature or bug fix. Make your changes. Submit a pull request. Please ensure that your code adheres to the project's coding conventions and includes appropriate documentation.