Skip to content

Commit

Permalink
Fix typo: Add missing 'd'
Browse files Browse the repository at this point in the history
  • Loading branch information
abrock authored and jbeyerstedt committed Oct 22, 2023
1 parent 23be507 commit 263c4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Okay, let's go.
- search for `def debug()` and comment the sections about outro (postroll) and pause
- run `./make.py yourproject/ --debug` to generate your first intro
- if it looks good, duplicate intro.svg to outro.svg (postroll) and pause.svg (pause-loop) and modify them according to your needs. You can use different IDs in your SVG if required
- modify outroFrames and pauseFrames like before an test them using `./make.py yourproject/ --debug`
- modify outroFrames and pauseFrames like before and test them using `./make.py yourproject/ --debug`
- if everything look like you'd want them to, run `./make.py yourproject/`.
- You can use any debianesque linux (can be headless) to generate the videos. More cores help more.
- Run `./make-snapshots.sh yourproject/` to generate a png from a specific time-index of your .ts or .dv-files. You can run `./make-snapshots.sh yourproject/ 5` to get a png for the frame at the 5th second of all your clips. Default is 3 seconds.
Expand Down

0 comments on commit 263c4bf

Please sign in to comment.