joshheinrichs / geosource

A web application for posting and browsing spatio-temporal data. Honours project for CMPT 405.
https://geosource.usask.ca
0 stars 0 forks source link

Filetype Support #1

Open joshheinrichs opened 9 years ago

joshheinrichs commented 9 years ago

I'm planning on storing media in the following formats:

This means that the server will have to at least support these filetypes.

If there is sufficient time, it would be nice to support other filetypes as well, by receiving and converting them. For video and audio, FFmpeg could be used (Golang support available here), and for images, ImageMagick (Golang support available here).