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
f
to toggle full-screens
to toggle subtitlesn
to make a new noteF1
to 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
/k
to step a frame at a time←
/→
to skip 5 seconds back/forwardc
to toggle cropping for pillarboxed video
See LICENSE
, which uses the same terms as the django project.