MediaCrush – A website for serving media super fast
21–30 of 99 posts
Re: MediaCrush – A website for serving media super fast
#22Re: MediaCrush – A website for serving media super fast
#23Your site says that you "losslessly compress images, video, and audio" - I poked around in the code a little and didn't find the compression stuff, but it doesn't make sense to me that you can do that. There is some optimization that you can do on PNGs, but for most media encoded with a lossy method you shouldn't be able to achieve a smaller filesize without reencoding with another lossy method (and by definition los…
However, we do losslessly compress some things. We run PNG files through optipng and JPGs through jhead to strip out EXIF data, but most interestingly, we run GIF files through ffmpeg and serve them up with HTML5 video [1]. We usually get between 500 and 2000% faster for GIFs.
However, I agree that it's a little misleading, since we don't do it for every kind of media, and an ideally compressed file cannot be compressed further. I've been considering rewording it.
Re: MediaCrush – A website for serving media super fast
#24don't see a way to (easily) copy the url to clipboard?
Re: MediaCrush – A website for serving media super fast
#25Earlier quoted context omitted.
Ack! My other half is responsible for the warrant canary. He keeps forgetting it. We may as well not even have it. It doesn't mean much without a signature, but I assure you that we have never been served a warrant.
Nice try, NSA.
Re: MediaCrush – A website for serving media super fast
#26Edit: Just realized the original image is optimized by Cloudflare Pro account. I guess they work well.
Re: MediaCrush – A website for serving media super fast
#27This is something we can use. I just tried an image and mediacrush gave me a URL of the hosted image. I compared the size of the original image vs the one on MediaCrush. They were both same (130kb) Am I missing something? Or there is nothing to optimize in the image that I used? Edit: Just realized the original image is optimized by Cloudflare Pro account. I guess they work well.
Response to your edit: heh, I guess it wasn't that easy to optimize in the first place. If you want to see how well we usually treat it, run `optipng -o5 foobar.png`
Re: MediaCrush – A website for serving media super fast
#28Re: MediaCrush – A website for serving media super fast
#29Re: MediaCrush – A website for serving media super fast
#30This is something we can use. I just tried an image and mediacrush gave me a URL of the hosted image. I compared the size of the original image vs the one on MediaCrush. They were both same (130kb) Am I missing something? Or there is nothing to optimize in the image that I used? Edit: Just realized the original image is optimized by Cloudflare Pro account. I guess they work well.
We recently disabled some optimizations to reduce processing time while we overhaul the backend processing system to support async processing. Usually, we run PNG files through optipng and JPGs through jhead (the latter isn't very effective). Response to your edit: heh, I guess it wasn't that easy to optimize in the first place. If you want to see how well we usually treat it, run `optipng -o5 foobar.png`