- audio for outro (test)
- conditionalize subtitles and details (test)
- remove delay from item details (test)
- Image movement, different shape images
Commands from root directory
npx remotion studio remotion-video/index.ts DataVids --env-file=./.env.local
npx remotion studio remotion-video/index.ts DataVids --env-file=./.env.local --props=./src/samples/sample2.json
npx remotion render remotion-video/index.ts DataVids --env-file=./.env.local
npx remotion render remotion-video/index.ts DataVids --env-file=./.env.local --props=./remotion-video/samples/sample2.json
Lambda account setup via tvfoodmaps aws account Deployed as remotion-render-4-0-4-mem2048mb-disk2048mb-120sec
Match versions in both projects run: npx remotion lambda functions deploy --timeout=300 [NOTE: you must copy .env.local to .env --env-file didnt work] copy function name "e.g" remotion-render-4-0-42-mem2048mb-disk2048mb-120sec change function name in vidutil.ts run: npx remotion lambda sites create remotion-video/index.ts --site-name=datavids [NOTE: you must copy .env.local to .env --env-file didnt work]
npx remotion lambda sites create remotion-video/index.ts --site-name=datavids [NOTE: you must copy .env.local to .env --env-file didnt work]
ServeURL: https://remotionlambda-useast1-mxkhjz73v9.s3.us-east-1.amazonaws.com/sites/datavids/index.html
npx remotion lambda render https://remotionlambda-useast1-mxkhjz73v9.s3.us-east-1.amazonaws.com/sites/datavids/index.html DataVids
Welcome to your Remotion project!
Install Dependencies
npm iStart Preview
npm startRender video
npm run buildUpgrade Remotion
npm run upgradeThis template uses a custom Webpack override. If you are using server-side rendering, you need to import the override function from ./src/webpack-override.ts and pass it to bundle() (if using SSR) and deploySite() (if using Lambda).
Get started with Remotion by reading the fundamentals page.
Get started with Tailwind by reading the "Utility first" page