| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A cross-platform audio and video converter GUI (Windows/Linux/macOS) built with PyQt6 + FFmpeg. Features a modern Glassmorphism UI design.
# 1) Install dependencies
pip install -r requirements.txt
# 2) Ensure FFmpeg is installed and on PATH
# Windows: winget install ffmpeg
# Linux: sudo apt install ffmpeg
# 3) Run the application
python -m handforge.appSee docs/installation.md for platform-specific installation instructions.
Basic usage: Add files to the queue, select a preset, and start conversion. Advanced usage in docs/usage.md.
Audio: mp3, m4a/aac, opus, ogg/vorbis, flac, alac, wav, aiff, wma, ac3/eac3, ape, tta, wavpack, mp2, amr, caf, au, mka and more
Video: mp4, mkv, avi, mov, wmv, flv, webm, m4v, 3gp, ogv, mts, m2ts, ts, and more
Key settings (full reference: docs/configuration.md):
| Setting | Description | Default |
|---|---|---|
| parallel | Number of parallel encodes | 2 |
| output_dir | Default output directory | ~/HandForge_Output |
| default_video_quality | Default video quality preset | medium |
| default_video_codec | Default video codec | libx264 |
| language | Interface language (None = auto-detect) | None |
High-level overview: HandForge uses a modular architecture with UI (PyQt6), core (orchestrator, models, settings), and utility (FFmpeg integration) layers. See docs/architecture.md for details.
Planned milestones live in ROADMAP.md. For changes, see CHANGELOG.md.
We welcome PRs! Please read CONTRIBUTING.md and follow the PR template.
Please report vulnerabilities via SECURITY.md.
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please see SUPPORT.md or contact contact@voxhash.dev.
HandForge - Audio & Video conversion made simple
© 2026 VoxHash Technologies
| Back | FazBrowse Home | New Git URL |