Professional Project: Docker tools are available to all developers. Your support helps me maintain and improve these tools for the community.
� Support Open Source: Help me maintain these free Docker tools! Every contribution keeps this project alive.
Transform your videos into adaptive bitrate streams for better, faster streaming. Docker image is free to reverse engineer - source code releasing soon!
I build and maintain developer-friendly Docker containers to save time and effort for video developers and content creators.
These tools are the result of years of experience in video processing and optimization. If you find them useful, consider supporting me to keep this project alive and help maintain these tools.
Transform videos into adaptive bitrate streams for DASH and HLS streaming
Generate adaptive bitrate streams for both DASH and HLS streaming protocols with optimized settings.
Automatic multi-bitrate encoding ensures viewers get the best quality for their connection speed.
Multi-threaded FFmpeg processing delivers faster transcoding times for your video content.
Docker image is free to reverse engineer. Source code will be released soon for full transparency.
Optimized encoding settings deliver better quality streams with reduced bandwidth usage.
Tested and optimized for real-world streaming applications and video platforms.
Everything you need for adaptive bitrate video streaming
Generate adaptive bitrate streams for DASH and HLS streaming protocols
Automatic adaptive bitrate encoding for optimal streaming quality
Docker image tested and optimized for real-world video streaming
Multi-threaded FFmpeg processing for faster video transcoding
Simple Docker commands to get started with video transcoding
docker run --rm -v $(pwd)/input:/input \
-v $(pwd)/output:/output \
transcodex/video:latest \
ffmpeg -i /input/video.mp4 \
-f dash /output/manifest.mpdCreates adaptive bitrate DASH streams for modern video players
docker run --rm -v $(pwd)/input:/input \
-v $(pwd)/output:/output \
transcodex/video:latest \
ffmpeg -i /input/video.mp4 \
-f hls /output/playlist.m3u8Generates HLS streams compatible with iOS, Android, and web players
docker run --rm -v $(pwd):/workspace \
transcodex/video:latest \
ffmpeg -i /workspace/input.mov \
-c:v libx264 -c:a aac \
/workspace/output.mp4Convert any video format to optimized MP4 with H.264 encoding
docker run --rm -v $(pwd):/workspace \
transcodex/video:latest \
ffmpeg -i /workspace/input.mp4 \
-b:v:0 1000k -s:v:0 720p \
-b:v:1 2000k -s:v:1 1080p \
/workspace/abr_output.mp4Create multiple quality versions for adaptive bitrate streaming
Docker image is free to reverse engineer • Source code releasing soon
Ideal for any application that needs adaptive bitrate video streaming
Transform your videos into DASH and HLS streams for better viewing experiences across all devices.
Deliver your videos with professional-quality streaming that adapts to your viewers' internet speed.
Easy Docker integration for adding adaptive streaming capabilities to your applications.
Reliable video streaming infrastructure for enterprise applications and customer-facing platforms.
Join thousands of developers who use these free Docker tools. Consider supporting me to keep these tools maintained and open-source!