Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caacuk/video-conversion-app
Flask Web Application - Video Conversion
https://github.com/caacuk/video-conversion-app
api asynchronous celery docker docker-compose ffmpeg flask python redis
Last synced: 2 months ago
JSON representation
Flask Web Application - Video Conversion
- Host: GitHub
- URL: https://github.com/caacuk/video-conversion-app
- Owner: caacuk
- Created: 2020-08-09T12:58:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T16:56:35.000Z (over 4 years ago)
- Last Synced: 2024-08-07T23:57:31.289Z (6 months ago)
- Topics: api, asynchronous, celery, docker, docker-compose, ffmpeg, flask, python, redis
- Language: Python
- Homepage:
- Size: 71.2 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Conversion App
https://gitlab.com/caacuk/video-conversion-apphttps://hub.docker.com/repository/docker/caacuk/video-conversion-app_web
https://hub.docker.com/repository/docker/caacuk/video-conversion-app_worker
![Video Conversion](https://github.com/caacuk/video-conversion-app/blob/master/docs/Capture.PNG?raw=true)
## Asyncronous task
If sending another video while in the conversion process, it will carry a new task, each conversion is done with a different task![Video Conversion](https://github.com/caacuk/video-conversion-app/blob/master/docs/Capture2.PNG?raw=true)
## Installation
> docker-compose build
> docker-compose up
Application will run on port 80