brew install ffmpeg --with-theora --with-libvorbis
ffmpeg -i input.mov -c:v libtheora -c:a libvorbis output.ogv
Audio and video files should not be kept in version control. You are responsible for adding your own songs and background assets.
- All audio assets should go in the
audio/directory.
- the assets are currently hard-coded into
index.html, see that file for what files you should download and use. - later we hope to add an automated way of adding any song.
- All video assets should go in the
videosdirectory.
- Each video should be labeled
background1.mp4,background2.mp4, etc.
