A modern graphical frontend for converting MKV videos to MP4 format, built with Python and GTK3.
Comm Big Converter provides an intuitive graphical interface to easily convert video files from MKV to MP4 format using FFmpeg as the conversion engine. This application offers both single-file conversion with advanced options and batch conversion capabilities for processing multiple files at once.
- User-friendly interface with GTK4 and libadwaita
- Single file conversion with extensive customization options
- Batch conversion for processing multiple MKV files in a directory
- Real-time progress monitoring with time remaining estimation
- Advanced encoding options including:
- GPU acceleration support (NVIDIA, AMD, Intel)
- Video quality adjustment
- Multiple codec support (h264, h265, AV1, VP9)
- Compression presets
- Audio encoding options
- Subtitle handling
- Video resolution adjustment
- Original file management with option to automatically delete MKV files after successful conversion
- Log file generation for batch operations
- Cross-desktop environment compatibility (GNOME, XFCE, Cinnamon, KDE)
- Wayland and X11 compatibility
- Python 3.6+
- GTK 4.0+
- FFmpeg
- Python GObject Introspection (PyGI)
From Package (Arch Linux / BigCommunity)
sudo pacman -S comm-big-converter
- Go to the "Convert Single File" tab
- Select an input MKV file
- Configure encoding options as needed
- Click "Convert File"
- Monitor the progress in the dialog
- Go to the "Convert Multiple Files" tab
- Select a directory containing MKV files
- Set the number of simultaneous processes
- Specify minimum MP4 size and log file options
- Choose whether to delete original files
- Click "Convert All MKVs"
The application offers extensive configuration options for video conversion:
- GPU selection: Auto-detect, NVIDIA, AMD, Intel, or software encoding
- Video quality: From very low to very high
- Video codec: h264, h265 (HEVC), AV1, VP9
- Compression preset: ultrafast, veryfast, faster, medium, slow, veryslow
- Subtitle handling: extract to SRT, embed in container, or ignore
- Audio options: copy original, re-encode with custom bitrate and channels
- Resolution: Set custom output resolution
- Advanced options: GPU partial mode, forced software encoding, video copy mode
This project is licensed under the MIT License - see the LICENSE file for details.