Skip to content
This repository was archived by the owner on Mar 3, 2021. It is now read-only.
/ docker-ffmpeg-mod Public archive

A Docker mod for linuxserver containers that installs ffmpeg

Notifications You must be signed in to change notification settings

mKeRix/docker-ffmpeg-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg Docker mod

This mod is intended to be used with images from linuxserver. More specifically, it was built to enable the ffmpeg features of the lazylibrarian image.

To use the mod, include it in the environment variable DOCKER_MODS. An example docker-compose file is shown below:

version: "2.1"
services:
  lazylibrarian:
    image: linuxserver/lazylibrarian
    container_name: lazylibrarian
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - DOCKER_MODS=linuxserver/calibre-web:calibre|mkerix/docker-ffmpeg-mod:latest
    volumes:
      - <path to data>:/config
      - <path to downloads>:/downloads
      - <path to data>:/books
    ports:
      - 5299:5299
    restart: unless-stopped

About

A Docker mod for linuxserver containers that installs ffmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published