Web-based DVD-Video and Blu-ray authoring, dynamic bitrate compression, and optical disc burner.
4.9K
DVDCompress is a modern, self-hosted web application for authoring, compressing, and burning digital video files to official DVD-Video (VIDEO_TS) and Blu-ray (BDMV) optical disc formats.
h264_nvenc, hevc_nvenc) with CPU fallback (libx264, libx265).growisofs and cdrskin for direct burning to optical drives (/dev/sr*)..iso files with real-time speed and buffer diagnostics.docker run -d \
--name dvdcompress \
--restart unless-stopped \
--privileged \
--gpus all \
-p 8080:8080 \
-v /path/to/media:/media:ro \
-v /path/to/output:/output:rw \
-v /path/to/config:/config:rw \
-v /dev/sr0:/dev/sr0 \
-v /dev/sg0:/dev/sg0 \
hovee/dvdcompress:latest
Content type
Image
Digest
sha256:b7602405c…
Size
1.6 GB
Last updated
4 days ago
docker pull hovee/dvdcompress