Skip to content

Exporting Videos

Neeru-Jaroliya edited this page Jul 9, 2025 · 1 revision

Twick supports export via AWS Lambda + S3 using FFmpeg.

Serverless Export Setup

  • Clone the Twick Lambda export function

  • Deploy via AWS CDK

  • Call exportToMP4(timelineData) from your client

Alternatives

  • Local FFmpeg (WASM)

  • Third-party services (Shotstack, Mux)

Clone this wiki locally