currently:
- recordings are made on phone (in _ app), videos, voice memos, olympus field recorder
- after session, files saved to
0_process
folder on computer - running
process.sh
script inside this folder:- prepends/renames files with creation timestamp
- converts/compresses each file to the relevant filetype for the web-friendly archive
- mov: mp4
- wav, aac: mp3
- moves the original files to
1_originals
- moves the compressed files to
{static}/media
folder - generates a markdown session file
folder structure:
| 0_process
| *.mov
| *.wav
| *.aac
| process.sh
| 1_originals
markdown file
---
title: (insert title here)
date: YYYY-MM-DD
media: *.mp3, *.mp4, *.mp3
---
(insert description/related notes/ideas here, before forgetting)
ideally:
- save to dropbox/google drive folder
- server-side watcher auto converts and generates entry?