Skip to content

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

Notifications You must be signed in to change notification settings

PratikTayshete/Exr-To-Mov-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages