A powerful, cross-platform desktop application for reprocessing video files using FFmpeg. Designed for ease of use without sacrificing control.
- Batch Processing: Queue up multiple files and let it run.
- Smart Workflow: Automatically skips files that have already been processed.
- Quality Preservation: Copies audio streams unmodified to maintain original sound quality.
- Stabilization: Integrated 2-pass video stabilization using
vid.stab. - Customizable: Apply various filters and modifiers to suit your needs.
- Safe: Preserves original file metadata and timestamps.
You need FFmpeg installed on your system.
- Windows: Download from gyan.dev, extract, and add
binto your PATH. - macOS:
brew install ffmpeg - Linux:
sudo apt install ffmpeg
Download the latest release for your platform and run the installer or executable.
- Add Videos: Drag and drop or select files.
- Configure: Choose your desired quality (CRF), preset, and any filters (like Stabilization or Crop).
- Process: Hit start. The app handles the rest, providing real-time logs for each file.
The application looks for video_filters.tab and video_commands.tab in the same directory for custom filter definitions. See the Developer Guide for more details.
If you find this tool useful, consider supporting its development!
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
