Create a new video
If you haven't done so yet, start the Recorder:
bash
Remotion calls each output video a "Composition". There are two ways to generate a new composition:
1. Visual way
Open http://localhost:3000 and in the left sidebar, right-click on the "empty" composition. Select "Duplicate" and give your composition an ID. Confirm.
2. Manual way
Open the project in a code editor. You will see an empty <Composition> under remotion/Root.tsx:
tsx
Copy and paste the <Composition /> component to duplicate it and give it an id that is different than "empty". For example:
remotion/Root.tsxtsx
Save, and you should see the new composition when you look at the Remotion Studio on http://localhost:3000.