Generally, the archive/annotator displays a light, web-friendly version of the files for viewing, with the originals stored elsewhere, as the raw files quickly fill up storage space.
The files are timestamped with their creation date (YYYY-MM-DD_HHMMSS.*) to enable easy sorting and individuality and reinforce that they were created at that time and not edited afterwards.
scripts
a collection of file managment bash scripts, meant to be run in a folder of raw files. requires ffmpeg.
wav-to-mp3.sh
renames *.wav to file creation timestamp and compresses to mp3, returns list of mp3 files
mov-to-mp4.sh
renames *.mov to file creation timestamp and compresses to mp4, returns list of mp4 files
jpg-to-web.sh
renames *.jpg to file created timestamp, compresses and resizes jpg images for web, returns list of jpg files