The @ffmpeg/ffmpeg package has internal dynamic imports that Turbopack cannot statically analyze, but they work fine at runtime. This change moves the import to the loadFFmpeg function where it's needed, allowing Turbopack to skip static analysis and let the bundler resolve it at runtime. Fixes: Cannot find module as expression is too dynamic error Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>