https://github.com/andrewvy/excoder
Back-end agnostic video transcoding service in Elixir
https://github.com/andrewvy/excoder
api elixir video-processing
Last synced: 8 months ago
JSON representation
Back-end agnostic video transcoding service in Elixir
- Host: GitHub
- URL: https://github.com/andrewvy/excoder
- Owner: andrewvy
- Created: 2017-02-19T04:01:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T04:29:15.000Z (over 9 years ago)
- Last Synced: 2025-04-06T14:43:19.991Z (about 1 year ago)
- Topics: api, elixir, video-processing
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excoder [WIP]
Disclaimer: A toy project, not fit for any use.
A back-end agnostic video transcoding service written in Elixir, where transcoding services
are adapters served on an agnostic HTTP API.
---
### Planned features
- Transcoding adapters for Zencoder, AWS, ffmpeg (local).
- Transcoding job creation/monitoring via HTTP API
- URL-based/File-based input
- Retry/Failure Handling
- Clustering
### API
Don't use this.