PratikTayshete / Exr-To-Mov-Converter

Created a simple desktop application that converts EXR image sequences to MOV using PySide2 and FFmpeg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exr-To-Mov-Converter

A desktop application that converts EXR image sequences to a MOV file.

Screenshots

Application

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

FFMPEG_EXECUTABLE : Absolute path to the ffmpeg executable file.

Run the application

Clone the project

  git clone https://github.com/PratikTayshete/Exr-To-Mov-Converter.git

Go to the project directory

  cd Exr-To-Mov-Converter

Start the application directly with the executable file

  cd bin

Run the command

  exr_mov_converter

Start the application with the python file

Install the packages

  pip install -r requirements.txt

Run the command [NOTE: Make sure you have a python version 3+ installed.]

  python exr_mov_converter.py

Demonstration Video

https://youtu.be/Fv6szi6Ph5Q

Acknowledgements

About

Created a simple desktop application that converts EXR image sequences to MOV using PySide2 and FFmpeg.


Languages

Language:Python 100.0%