Skip to content

jjlin/gpac-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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