Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filetype Support #1

Open
joshheinrichs opened this issue Aug 1, 2015 · 0 comments
Open

Filetype Support #1

joshheinrichs opened this issue Aug 1, 2015 · 0 comments
Labels

Comments

@joshheinrichs
Copy link
Owner

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

  • JPEG for images
  • MP4 for video
  • MP3 for audio

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant