Why can't I run FFmpeg in a Supabase Edge Function?
Edge Functions run on the Supabase Edge Runtime, a Deno-compatible V8 isolate. There's no shell, Deno.Command is blocked on the hosted runtime, and there's no native ffmpeg binary to call. Offloading the command keeps the function inside those limits.
