A user-friendly graphical interface for FFmpeg, designed to simplify video conversion tasks with a modern dark theme.
- Convert image sequences to video with precise control
- Support for multiple codecs (H.264, H.265, ProRes, Animation)
- Adjustable frame rate and duration
- Professional-grade encoding settings
- Real-time conversion progress tracking
- Dark theme UI for comfortable use
- Settings persistence between sessions
- Python 3.x
- FFmpeg
- Tkinter (Python GUI library)
- Clique (for image sequence handling)
- Clone this repository
- Install dependencies:
For Linux users, you may need to install Tkinter:
pip install clique
# Debian/Ubuntu sudo apt-get install python3-tk # Fedora/RHEL sudo dnf install python3-tkinter
- Run the application:
python ffmpeg_ui.py
- Select your input image sequence folder
- Choose your desired codec and settings
- Set the output location
- Click "Run FFmpeg" to start the conversion
- H.264 (High Profile)
- H.265/HEVC
- ProRes (422, 422 LT, 444)
- Animation (QTRLE)