Getting Started with FLAME

Any recommendations on getting started with FLAME? I have a production docker container running fine(no kubernetes) and I’d like to use FLAME to encode mp4 videos to hls and upload them to s3. Or maybe a simpler task would be to transcode an existing audio track of a video to text using Nx.

The examples I’ve seen so far are K8s-oriented and I want to avoid the burden of an infrastructure change just to try out FLAME.

The FLAME blog post by Chris McCord and the FLAME library don’t use Kubernetes. It’s just straight Elixir, Phoenix and Fly.

Granted, he didn’t include a full application, but the code that matters is included in both places.