updated
This commit is contained in:
parent
c0066b1aed
commit
356993bbbf
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,7 +2,9 @@
|
|||
*.mp3
|
||||
*.m4a
|
||||
*.zip
|
||||
TODO*
|
||||
uploads/*
|
||||
dev.dockerfile
|
||||
|
||||
.dockerignore
|
||||
.ebextensions
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
@ -32,6 +33,8 @@ Convert audio/video/image files using the API.
|
|||
You can change the ffmpeg conversion settings or add new endpoints by editing
|
||||
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
|
||||
|
||||
=== Build your own
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user