A note-taking application for video content.
This is a django app based on django-boilerplate.
- run
./manage.py runserver - in
frontend/runyarn vite --port 3365
Then add a series using the “Add a series” link, and add video files using the ‘Add “…” videos” link.
Shortcut keys in the viewer:
- space bar to play/pause video
fto toggle full-screensto toggle subtitlesnto make a new noteF1to close the ‘new note’ screen—you can also hit escape, but if you are full-screen, that’ll exit full-screen mode instead, hence the shortcut key physically next to the escape keyj/kto step a frame at a time←/→to skip 5 seconds back/forwardcto toggle cropping for pillarboxed video
See LICENSE, which uses the same terms as the django project.