Skip to content

dakky/nextcloud-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nextcloud Logo

nextcloud-ffmpeg

Build Status

Nextcloud Docker image with integrated FFmpeg for advanced media processing


πŸš€ Overview

This project provides a custom Docker image for Nextcloud with FFmpeg pre-installed. FFmpeg enables advanced media processing, such as video previews, transcoding, and audio extraction, directly within your Nextcloud instance.

✨ Features

  • Nextcloud + Apache: Based on the official Nextcloud Apache image
  • FFmpeg Integration: Enables video previews, transcoding, and more
  • Easy Deployment: Ready-to-use Docker setup
  • Minimal Footprint: Installs only required packages

🐳 Quick Start

git clone https://github.com/dakky/nextcloud-ffmpg.git

# Clone the repository (if needed)
git clone https://github.com/dakky/nextcloud-ffmpeg.git
cd nextcloud-ffmpeg


# Build the Docker image
sudo docker build -t nextcloud-ffmpeg .

# Run the container
sudo docker run -d \
	-p 8080:80 \
	-v nextcloud_data:/var/www/html \
	--name nextcloud-ffmpeg \
	nextcloud-ffmpeg

Access your Nextcloud instance at http://localhost:8080.

βš™οΈ Requirements & Architecture

  • Docker (v20+ recommended)
  • ~2GB RAM for smooth media processing
  • Only the amd64 architecture is supported and built by this image.

πŸ› οΈ Customization

You can extend this image by adding more packages or custom scripts in the Dockerfile.

πŸ“„ License

This project is licensed under the MIT License. See LICENSE for details.

🀝 Contributing & Support

Pull requests and issues are welcome! For questions, open an issue or contact the maintainer:


Made with ❀️ for Nextcloud & FFmpeg

About

Extends the nextcloud image with some tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors