From 356993bbbfd0d558b4f9afc1f5851829b78781ba Mon Sep 17 00:00:00 2001 From: Sami Salkosuo Date: Thu, 16 Apr 2020 08:56:57 +0300 Subject: [PATCH] updated --- .gitignore | 2 ++ README.adoc | 5 ++++- src/index.md | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4654c23..90a6ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,9 @@ *.mp3 *.m4a *.zip +TODO* uploads/* +dev.dockerfile .dockerignore .ebextensions diff --git a/README.adoc b/README.adoc index cd758aa..886abf1 100644 --- a/README.adoc +++ b/README.adoc @@ -6,6 +6,7 @@ Based on: * https://github.com/surebert/docker-ffmpeg-service * https://github.com/jrottenberg/ffmpeg +* https://github.com/fluent-ffmpeg/node-fluent-ffmpeg FFMPEG API is provided as Docker image for easy consumption. @@ -30,7 +31,9 @@ Convert audio/video/image files using the API. == Configuration and New Endpoints You can change the ffmpeg conversion settings or add new endpoints by editing -the link:src/endpoints.js[src/endpoints.js] file. +the link:src/endpoints.js[src/endpoints.js] file. + +See also https://github.com/fluent-ffmpeg/node-fluent-ffmpeg[node-fluent-ffmpeg] for more information. == Docker image diff --git a/src/index.md b/src/index.md index 219d840..1f75bcb 100644 --- a/src/index.md +++ b/src/index.md @@ -4,7 +4,11 @@ An web service for converting audio/video files using FFMPEG. Sources: https://github.com/samisalkosuo/ffmpeg-api. -Based on https://github.com/surebert/docker-ffmpeg-service and https://github.com/jrottenberg/ffmpeg +Based on: + +- https://github.com/surebert/docker-ffmpeg-service +- https://github.com/jrottenberg/ffmpeg +- https://github.com/fluent-ffmpeg/node-fluent-ffmpeg ### Endpoints