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

gifs versus mp4 instance level toggle #101

Open
ghost opened this issue Jul 28, 2017 · 0 comments
Open

gifs versus mp4 instance level toggle #101

ghost opened this issue Jul 28, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 28, 2017

So, currently, mastodon uses MP4s for all gifs in post content. this was a change made to master to conserve file storage space, that has a lot of downsides (shown below)
-lossy conversion that makes many gifs unreadable
-unable to easily download the animation to share without using an external site
and one upside
-less file space used on server
This said, avatars already support all the features we want accessibility wise from animated images using standard gifs, and thus all the upsides of gifs (quality, easier sharing and reuse/discover media by others) and thus any server could come to support gifs as an instance side option to opt-in to the more powerful features at expense of storage space.

as such, I propose admins be able to swap between the two options, namely 'convert uploaded images to mp4' and 'full quality'

this can probably federate as is, but we could go even further and allow an opt-out on the federating level to allow recieving instances to Not locally store the gif, (thus dynamically loading into frontend) or to federate them to instances that prefer mp4s as mp4s converted for the sake of federation

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

No branches or pull requests

0 participants