Title logo
linuxserver/ffmpeg.

3,366,051 144 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/ffmpeg
Build Time 18 Jul 2024 23:34:19
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 7.0.1 18 Jul 2024 at 23:34:18

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  ffmpeg:
    image: linuxserver/ffmpeg:7.0.1
    container_name: ffmpeg
    restart: no

CLI

docker create \
  --name=ffmpeg \  --restart no \
  linuxserver/ffmpeg:7.0.1