Multi-arch builds of GPAC (https://github.com/gpac/gpac)
678
Multi-arch builds of GPAC, over an Ubuntu 22.04 (jammy) base image.
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.
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
Content type
Image
Digest
sha256:e02d0c6e8…
Size
313.3 MB
Last updated
over 1 year ago
Requires Docker Desktop 4.37.1 or later.