Sign inSign up

alfg/bento4

By alfg

Updated about 5 years ago

A Dockerized Bento4 from source. Built on Alpine Linux.

Image
3

10K+

alfg/bento4 repository overview

docker-bento4

A Bento4 Dockerfile built from source. Built on Alpine Linux.

Docker Stars Docker Pulls Docker Automated build Build Status

Usage

  • Pull Docker image and run:
docker pull alfg/bento4
docker run -it --rm alfg/bento4 mp4info
  • or build and run container from source:
docker build -t bento4 .
docker run -it bento4 mp4info
  • or use as a base image in your Dockerfile:
FROM alfg/bento4:latest
  • Example using a mounted volume:
docker run -v ${PWD}:/opt/tmp/ -it --rm alfg/bento4 mp4info /opt/tmp/video.mp4

Resources

License

MIT

Tag summary

Content type

Image

Digest

Size

116.6 MB

Last updated

about 5 years ago

docker pull alfg/bento4