15 lines
478 B
Markdown
15 lines
478 B
Markdown
# svganim
|
|
|
|
Create a hand drawn vector animation.
|
|
|
|
```bash
|
|
poetry run python webserver.py
|
|
```
|
|
|
|
`parse_offsets.py` can be used to pad the diagram in order to sync it with the audio. This is necessary eg. after a network failure. It works by adding a line with the required offset to the `.json_appendable`-file.
|
|
|
|
## record
|
|
|
|
On Linux: for now, set the pulse default input device to the monitor of the speakers. Then use wf-recorder:
|
|
|
|
`wf-recorder -g"$(slurp)" -a -f recording.mp4`
|