A Dockerized Bento4 from source. Built on Alpine Linux.
10K+
A Bento4 Dockerfile built from source. Built on Alpine Linux.
docker pull alfg/bento4
docker run -it --rm alfg/bento4 mp4info
docker build -t bento4 .
docker run -it bento4 mp4info
FROM alfg/bento4:latest
docker run -v ${PWD}:/opt/tmp/ -it --rm alfg/bento4 mp4info /opt/tmp/video.mp4
MIT
Content type
Image
Digest
Size
116.6 MB
Last updated
about 5 years ago
docker pull alfg/bento4