Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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: 2024-08-01T20:51:02.504Z (4 months 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: 11
- Watchers: 4
- 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/
[![Docker Stars](https://img.shields.io/docker/stars/alfg/bento4.svg)](https://hub.docker.com/r/alfg/bento4/)
[![Docker Pulls](https://img.shields.io/docker/pulls/alfg/bento4.svg)](https://hub.docker.com/r/alfg/bento4/)
[![Docker Automated build](https://img.shields.io/docker/automated/alfg/bento4.svg)](https://hub.docker.com/r/alfg/bento4/builds/)
[![Build Status](https://travis-ci.org/alfg/docker-bento4.svg?branch=master)](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