updated
This commit is contained in:
parent
c0066b1aed
commit
356993bbbf
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,7 +2,9 @@
|
||||||
*.mp3
|
*.mp3
|
||||||
*.m4a
|
*.m4a
|
||||||
*.zip
|
*.zip
|
||||||
|
TODO*
|
||||||
uploads/*
|
uploads/*
|
||||||
|
dev.dockerfile
|
||||||
|
|
||||||
.dockerignore
|
.dockerignore
|
||||||
.ebextensions
|
.ebextensions
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user