/** * Remotion config for the deploy-verification walkthrough. * * The captures live under demo/public/captures per the demo directory contract, * so the public dir has to be pointed there — otherwise staticFile() resolves * against a repo-root public/ that does not exist and every proof scene 404s. */ import { Config } from '@remotion/cli/config'; Config.setPublicDir('demo/public'); Config.setVideoImageFormat('jpeg'); Config.setOverwriteOutput(true);