Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chetanxpro/video-transcoding-service
A serverless video transcoding service
https://github.com/chetanxpro/video-transcoding-service
aws aws-lambda ecs-task ffmpeg serverless video-transcoding
Last synced: 3 months ago
JSON representation
A serverless video transcoding service
- Host: GitHub
- URL: https://github.com/chetanxpro/video-transcoding-service
- Owner: ChetanXpro
- Created: 2023-09-02T17:20:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:39:33.000Z (about 1 year ago)
- Last Synced: 2024-05-18T03:45:48.040Z (9 months ago)
- Topics: aws, aws-lambda, ecs-task, ffmpeg, serverless, video-transcoding
- Language: JavaScript
- Homepage:
- Size: 295 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Transcoding Service
A video transcoding service built with AWS Lambda, ECS, and FFmpeg for editing audio and video files programmatically.
## Functions
### Auth Function (/video-transcoder)
This is main serverless express api which will trigger jobs and handle auth and db updates
### ECS Task (/ecs-task)
This Docker container has FFmpeg installed and is used to transcode videos efficiently. and then upload those diff videos to s3
### Trigger Service (/triggerAPI)
This function will get triggers from S3 , then it will just call main serverless api and send s3 event data.## Video Transcoding
FFmpeg is used to transcode videos into multiple resolutions:
- 144p
- 360p
- 1080p3. Build and deploy the Lambda functions, Docker container, and web UI.
4. Start transcoding videos with ease!