Scott Alfter 2624cda6a3
All checks were successful
build and push ffmpeg-docker / build (push) Successful in 40m0s
update to v1.57
2025-10-30 18:48:45 -07:00
2025-10-30 18:48:45 -07:00
2024-02-07 19:58:37 -08:00
2025-10-30 18:48:45 -07:00
2025-06-06 10:38:23 -07:00
2024-11-28 18:48:23 -08:00

ffmpeg-docker

This is a static-build ffmpeg, built with this script, in a scratch container for easy use anywhere, with "non-free" codecs enabled.

Invoke it with something like this:

docker run -it --rm -v /path/to/files:/path/to/files \
  cr.gitlab.alfter.us/salfter/ffmpeg-docker \
  /path/to/files/infile.mkv -c copy -f mp4 /path/to/files/outfile.m4v

Note that the third line is just arguments passed to ffmpeg.

ffprobe is also available:

docker run -it --rm -v /path/to/files:/path/to/files \
  --entrypoint /usr/bin/ffprobe cr.gitlab.alfter.us/salfter/ffmpeg-docker \
  /path/to/files/infile.mkv
Description
No description provided
Readme 64 KiB
Languages
Dockerfile 53.6%
Shell 46.4%