Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.33 KB

File metadata and controls

48 lines (34 loc) · 1.33 KB

FFmpeg

Build Status Last Commit

FFmpeg CLI (audio/video transcoding) on FreeBSD.

Registry ghcr.io/daemonless/ffmpeg
Source https://ffmpeg.org
Website https://ffmpeg.org/

Version Tags

Tag Description Best For
latest FreeBSD Port. Built from latest FreeBSD packages. Most users. Matches Linux Docker behavior.

Deployment

Podman CLI

podman run --rm \
  -v /path/to/containers/ffmpeg/work:/work \
  ghcr.io/daemonless/ffmpeg:latest

Parameters

Volumes

Path Description
/work Working directory for media in/out — bind-mount your files here

Architectures: amd64 User: bsd (UID/GID via PUID/PGID, defaults to 1000:1000) Base: FreeBSD 15.1


Need help? Join our Discord community.