jjlin/gpac

By jjlin

Updated over 1 year ago

Multi-arch builds of GPAC (https://github.com/gpac/gpac)

Image
Developer tools
0

678

jjlin/gpac repository overview

Multi-arch builds of GPAC, over an Ubuntu 22.04 (jammy) base image.

Source repo

The Dockerfiles and scripts that build these images are at https://github.com/jjlin/gpac-docker. They will be converted to build via GitHub Actions at some point.

Example

Bind-mount your input directory to /gpac, which is also the default working directory:

$ ls
in.mp4
$ docker run --rm -v "$PWD:/gpac" jjlin/gpac MP4Box -inter 500 "in.mp4" -out "out.mp4"
[core] Creating default credential key in /root/.gpac/creds.key, use -cred=PATH/TO_FILE to overwrite
0.500 secs Interleaving
ISO File Writing: |================== | (99/100)
$ ls
in.mp4  out.mp4

Tag summary

Content type

Image

Digest

sha256:e02d0c6e8

Size

313.3 MB

Last updated

over 1 year ago

Requires Docker Desktop 4.37.1 or later.