Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 434 Bytes

Overview

Tidal is a media processing service written in typescript. It uses redis, ffmpeg, and REST to perform various tasks

Building

docker build -t tidal -f docker/Dockerfile .

S3 Directory Format

/v/:id/job.json - The job file, updated periodically during processing /v/:id/main.m3u8 - The HLS manifest /v/:id/thumbnail.webp - The thumbnail for the video /v/:id/storyboard.webp - The storyboard for the video