This guide will help you get started with HandForge, from installation to your first audio or video conversion.
Before installing HandForge, ensure you have:
- Python 3.9 or higher installed
- FFmpeg installed and available in your system PATH
- pip (Python package manager)
pip install -r requirements.txtwinget install ffmpegOr download from ffmpeg.org and add to PATH.
sudo apt install ffmpegbrew install ffmpeg# Verify Python
python --version
# Verify FFmpeg
ffmpeg -version
# Verify PyQt6
python -c "import PyQt6; print('PyQt6 installed')"python -m handforge.appThe application window should open, and you're ready to start converting audio and video files!
- Add Files: Click "Add Files" or drag and drop audio/video files into the queue
- Select Preset: Choose a conversion preset from the dropdown (e.g., "MP3 192k" for audio, "MP4 H.264" for video)
- Configure Options: For video files with subtitles, select subtitle track in the queue table
- Start Conversion: Click the "Start Conversion" button
- Monitor Progress: Watch the progress bars with ETA in the Active Conversions table
- Find Output: Converted files are saved to
~/HandForge_Outputby default (or%USERPROFILE%\HandForge_Outputon Windows). Location is shown in status bar when conversion completes.
- Read the Usage Guide for detailed instructions
- Check out Configuration to customize HandForge
- Explore Examples for common use cases
- Visit Troubleshooting if you encounter issues
- FAQ - Common questions
- Troubleshooting - Problem solving
- Support - Additional support options
Welcome to HandForge! We hope you enjoy using it.