This commit is contained in:
Sami Salkosuo 2020-04-16 08:56:57 +03:00
parent c0066b1aed
commit 356993bbbf
3 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,7 +2,9 @@
*.mp3 *.mp3
*.m4a *.m4a
*.zip *.zip
TODO*
uploads/* uploads/*
dev.dockerfile
.dockerignore .dockerignore
.ebextensions .ebextensions

View File

@ -6,6 +6,7 @@ Based on:
* https://github.com/surebert/docker-ffmpeg-service * https://github.com/surebert/docker-ffmpeg-service
* https://github.com/jrottenberg/ffmpeg * https://github.com/jrottenberg/ffmpeg
* https://github.com/fluent-ffmpeg/node-fluent-ffmpeg
FFMPEG API is provided as Docker image for easy consumption. 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 == Configuration and New Endpoints
You can change the ffmpeg conversion settings or add new endpoints by editing 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 == Docker image

View File

@ -4,7 +4,11 @@ An web service for converting audio/video files using FFMPEG.
Sources: https://github.com/samisalkosuo/ffmpeg-api. 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 ### Endpoints