Tdarr is a distributed video transcoding automation platform that orchestrates FFmpeg and HandBrake across multiple machines to process video libraries at scale.
The tool addresses the challenge of efficiently converting and maintaining large video collections by automating transcoding workflows across a distributed network of nodes. It combines transcoding capabilities with library analytics and video health checking, allowing users to monitor codec compliance, detect corruption, and enforce quality standards across their entire media collection. The distributed architecture means transcoding jobs can be parallelized across multiple computers, significantly reducing processing time compared to single-machine solutions.
Tdarr suits users managing substantial video libraries who need both format conversion and ongoing quality assurance. It works on Windows, macOS, Linux, and Docker, making it adaptable to various deployment scenarios from personal media servers to larger infrastructure. The platform is particularly valuable for those who want to standardize codecs across heterogeneous collections or identify problematic files before they cause playback issues. Users should expect to invest time in configuring transcoding profiles and understanding FFmpeg or HandBrake options, as the tool provides automation but requires upfront specification of desired output formats and health check criteria.
Development activity shows consistent engagement with the codebase through regular commits addressing bug fixes and feature refinements. The project maintains responsiveness to user-reported issues, with maintainers actively triaging and resolving problems. Pull requests receive timely review and integration when they align with the project's direction. The maintainer demonstrates commitment to supporting the tool's core functionality across its multiple supported platforms and deployment methods.