https://github.com/alfg/docker-bento4
A dockerized Bento4 from source. Built on Alpine Linux.
https://github.com/alfg/docker-bento4
bento bento4 dash docker docker-bento drm hls smoothstreaming
Last synced: 7 days ago
JSON representation
A dockerized Bento4 from source. Built on Alpine Linux.
- Host: GitHub
- URL: https://github.com/alfg/docker-bento4
- Owner: alfg
- License: mit
- Created: 2017-07-23T10:09:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T04:24:26.000Z (over 3 years ago)
- Last Synced: 2025-03-22T17:01:45.244Z (23 days ago)
- Topics: bento, bento4, dash, docker, docker-bento, drm, hls, smoothstreaming
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/alfg/bento4/
- Size: 13.7 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video - alfg/docker-bento4 - A dockerized Bento4 from source. Built on Alpine Linux. - alfg/docker-bento4 (Encoding / Talks Presentations Podcasts)
README
# docker-bento4
A Bento4 Dockerfile built from source. Built on Alpine Linux.* https://www.bento4.com/
[](https://hub.docker.com/r/alfg/bento4/)
[](https://hub.docker.com/r/alfg/bento4/)
[](https://hub.docker.com/r/alfg/bento4/builds/)
[](https://travis-ci.org/alfg/docker-bento4)## 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
* https://alpinelinux.org/
* https://www.bento4.com/## License
MIT