{"id":49640622,"url":"https://github.com/renatomb/n8n-ffmpeg","last_synced_at":"2026-05-05T19:32:23.564Z","repository":{"id":316817680,"uuid":"1064953716","full_name":"renatomb/n8n-ffmpeg","owner":"renatomb","description":"Docker image based on the official n8n image, with FFmpeg support.","archived":false,"fork":false,"pushed_at":"2026-04-13T18:25:36.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T20:19:35.382Z","etag":null,"topics":["docker","docker-compose","docker-image","dockerfile","ffmpeg","n8n"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/renatomb/n8n-ffmpeg","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renatomb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T20:19:19.000Z","updated_at":"2026-04-13T18:25:57.000Z","dependencies_parsed_at":"2025-09-28T14:17:57.594Z","dependency_job_id":null,"html_url":"https://github.com/renatomb/n8n-ffmpeg","commit_stats":null,"previous_names":["renatomb/n8n-ffmpeg"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/renatomb/n8n-ffmpeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatomb%2Fn8n-ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatomb%2Fn8n-ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatomb%2Fn8n-ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatomb%2Fn8n-ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renatomb","download_url":"https://codeload.github.com/renatomb/n8n-ffmpeg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatomb%2Fn8n-ffmpeg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","docker-image","dockerfile","ffmpeg","n8n"],"created_at":"2026-05-05T19:32:22.818Z","updated_at":"2026-05-05T19:32:23.559Z","avatar_url":"https://github.com/renatomb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# n8n-ffmpeg\n\n![Docker Pulls](https://img.shields.io/docker/pulls/renatomb/n8n-ffmpeg?logo=docker)\n![Docker Image Size](https://img.shields.io/docker/image-size/renatomb/n8n-ffmpeg/latest?logo=docker)\n![Build](https://github.com/renatomb/n8n-ffmpeg/actions/workflows/docker-publish.yml/badge.svg)\n![GitHub Repo stars](https://img.shields.io/github/stars/renatomb/n8n-ffmpeg?logo=github)\n\nDocker image baseada na [imagem oficial do n8n](https://hub.docker.com/r/n8nio/n8n), com suporte adicional ao **FFmpeg**.  \nIdeal para fluxos de automação no n8n que envolvem manipulação de áudio e vídeo.\n\n---\n\n# n8n-ffmpeg (English)\n\nDocker image based on the [official n8n image](https://hub.docker.com/r/n8nio/n8n), with **FFmpeg** support.  \nPerfect for automation workflows in n8n that involve audio and video processing.\n\n## 🚀 Included\n\n- Latest stable **n8n**\n- **FFmpeg** installed via `apk` (Alpine base)\n\n## 📦 Docker Usage\n\n### Local build\n\n```bash\ndocker build -t renatomb/n8n-ffmpeg .\ndocker run --rm -it -p 5678:5678 renatomb/n8n-ffmpeg\n```\n\n### With Docker Compose\n\n```yaml\nservices:\n  n8n:\n    image: renatomb/n8n-ffmpeg:latest\n    ports:\n      - \"5678:5678\"\n    volumes:\n      - n8n_data:/home/node/.n8n\n    environment:\n      - N8N_HOST=localhost\n      - N8N_PORT=5678\n      - N8N_PROTOCOL=http\n      - WEBHOOK_URL=http://localhost:5678/\nvolumes:\n  n8n_data:\n```\n\nAccess: [http://localhost:5678](http://localhost:5678)\n\n## 🌍 Multi-arch\nBuilt and published for **amd64** and **arm64** (runs on x86_64 servers and ARM devices like Raspberry Pi).\n\n## 📜 License\nThis project follows the [n8n license](https://github.com/n8n-io/n8n/blob/master/LICENSE.md) and only adds FFmpeg support.\n\n---\n\n## n8n ffmpeg usage instructions - merge multiple videos from URL example\n\nThis example demonstrates how to merge multiple video files from URLs into a single video using n8n and FFmpeg. Considering that the video files are in MP4 format and have the same codec and resolution. In this example we assume that we have a `/data` folder mounted as a volume in the n8n container to store temporary files.\n\n1. Create a new workflow in n8n.\n2. Add a \"HTTP Request\" node to download a video file, choose \"GET\" method and provide the video URL, Options - Response Format: File.\n3. Add a \"Read / Write files From Disk\" node to read the downloaded file, set Operation to \"Write file to disk\", File and path name: `/data/part_{{$itemIndex}}.mp4`.\n4. Add a \"Execute command node\" to generate a text file with the list of videos to merge, set Command to:\n\n```bash\nfor f in /data/part_*.mp4; do echo \"file '$f'\" \u003e\u003e /data/list.txt; done\n```\n\nor\n\n```bash\nls -1v /data/part*.mp4 | awk '{print \"file \\x27\" $0 \"\\x27\"}' \u003e /data/list.txt\n```\n\n5. Add another \"Execute command\" node to merge the videos using FFmpeg, set Command to:\n\n```bash\nffmpeg -f concat -safe 0 -i /data/list.txt -c copy /data/output.mp4\n```\n\n6. Add a final \"Read / Write files From Disk\" node to read the merged video file, set Operation to \"Read file from disk\", File path: `/data/output.mp4`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatomb%2Fn8n-ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatomb%2Fn8n-ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatomb%2Fn8n-ffmpeg/lists"}