Transcode Talker automates HEVC library compression with hardware acceleration
Transcode Talker is a new open-source, self-hosted software designed to automatically convert entire media libraries to HEVC compression, reclaiming disk space. It features hardware acceleration support for VAAPI, QSV, and NVENC, a filesystem scanner, a full history with audit, and a web-based user interface with live progress monitoring.
Key Takeaways
- Supports four encoders: VAAPI, QSV, NVENC, and libx265 CPU fallback when no GPU is mounted
- Filesystem scans skip files already in HEVC and can filter by minimum size before queuing jobs
- Every encode stores hash, FPS, encoder used, CRF, and space saved, with export/import as JSON
- Runs as a four-container Docker stack: reencoder-web, reencoder-api, reencoder-worker, and postgres
- Dashboard example shows 922 encoded files and 181GB saved, with a 98.7% success rate
Why It Matters
For teams sitting on large x264 libraries, Transcode Talker turns manual transcoding into an automated scan-encode-reclaim loop and keeps the original workflow local: open source, self-hosted, and no cloud dependency. The competitive frame here is operational, not cinematic — it packages FFmpeg, hardware acceleration, history, and live progress into a UI meant for thousands of files rather than one-off jobs. The next signal to watch is whether the planned features land, especially saveable encode preset profiles, scheduled scans, and webhook completion support.
Read full article at rafo-stack.github.io