What are your favorite image/video formats?
-
This post did not contain any content.
-
This post did not contain any content.
GIF and GIF
-
This post did not contain any content.
I never used it in person, but the LFP (light field picture) format used by Lytro cameras was an interesting concept—you could change the focus, depth of field, and perspective after the image was captured.
-
This post did not contain any content.
CIF - Compressed Image File
No particular reason, except that it's a proprietary format I wrote myself, comparable compression to PNG, but totally different codebase and format.
-
This post did not contain any content.wrote last edited by [email protected]
geotiff
fucking fight me.
and if any one posts h5 as their favorite I'll rip your fingernails off with a pliers.
-
This post did not contain any content.
AVIF. It's a video format but it works great for photos too and offers much better compression than jepg or even webp without much noticeable loss. I use it on my blog to make the few images I use as light as possible.
-
AVIF. It's a video format but it works great for photos too and offers much better compression than jepg or even webp without much noticeable loss. I use it on my blog to make the few images I use as light as possible.
wrote last edited by [email protected]What's the compatibility like? If someone visits your site using IE 11 does it work? How about Firefox 4.0, or Safari 6.1?
The place I used to work had those compatibility requirements. But they were also still mandating the use of IE 11 for all their corporate software. If you're designing and developing for IE 11, you often get Firefox 4.0 and Safari 6.1 compatibility for free.
Still, it's nothing like when I was in uni we needed to design websites with IE 6 compatibility, that will make you question your career choice.
-
geotiff
fucking fight me.
and if any one posts h5 as their favorite I'll rip your fingernails off with a pliers.
Do you mean hdf5?
I extensively used COGs (cloud optimised geotiffs) and NetCDF4 (based on hdf5) at work over the last 10 years. Both have their pros and cons.The main limitation with geotiff is its pretty much only usable for layered 2D raster data.
NetCDF4 (hdf5) can set up frames of any dimensionality, you can have datetime axes, time series data, 100d ensemble data, etc.
-
Do you mean hdf5?
I extensively used COGs (cloud optimised geotiffs) and NetCDF4 (based on hdf5) at work over the last 10 years. Both have their pros and cons.The main limitation with geotiff is its pretty much only usable for layered 2D raster data.
NetCDF4 (hdf5) can set up frames of any dimensionality, you can have datetime axes, time series data, 100d ensemble data, etc.
Yeah. h5 is the typical industry shorthand and file extension.
The h5 saga was NASA saying "we're going to create a file format that does EVERTHING", and well.. it does.. poorly.
Everything that h5 is allegedly better for is better solved by just moving to either sql or postgres. And if the data aren't that complex, then just send me a geotiff.
If you send me an h5 the first thing I'm doing is moving it over to sqlite or postgres.
-
This post did not contain any content.
mkv is king.
Video, audio, subtitles, chapters - all in one file.
-
CIF - Compressed Image File
No particular reason, except that it's a proprietary format I wrote myself, comparable compression to PNG, but totally different codebase and format.
Obligatory “xkcd standards”
-
This post did not contain any content.
Is .png no good?
-
This post did not contain any content.
I like svg, as it is basically an ASCII file. And i can manipulate them with sed/grep etc for bulk changes.
-
This post did not contain any content.
.bmp just for the anarchy in me
-
Is .png no good?
PNG is fine. The industry likes to reinvent the wheel every few years so that you have to upgrade everything. It’s ridiculous nonsense.
-
This post did not contain any content.
I still have a fondness for TARGA (.TGA) from back in the day...
-
This post did not contain any content.
M4V for the win.
-
Yeah. h5 is the typical industry shorthand and file extension.
The h5 saga was NASA saying "we're going to create a file format that does EVERTHING", and well.. it does.. poorly.
Everything that h5 is allegedly better for is better solved by just moving to either sql or postgres. And if the data aren't that complex, then just send me a geotiff.
If you send me an h5 the first thing I'm doing is moving it over to sqlite or postgres.
wrote last edited by [email protected]HDF5 was designed for multidimensional numeric arrays, which are particularly ill-suited to putting in a classic relational DB.
It’s a scientific data format, not an image format and it sounds like you’re not the intended audience.
-
.bmp just for the anarchy in me
Highest quality format there is and ever will be.
-
HDF5 was designed for multidimensional numeric arrays, which are particularly ill-suited to putting in a classic relational DB.
It’s a scientific data format, not an image format and it sounds like you’re not the intended audience.
wrote last edited by [email protected]Litterally a scientist working with NASA data and it's scientists and I'm not the intended audience?
I've been in the remote sensing game almost 25 years. And a good amount of that at the federal government. I've sat at the table and shared beers and dinner with the chief scientists behind the modis and gedi mission. There isn't a geospatial data type or format I haven't encountered, and half of them I've buried.
So please, spare this old hand any lectures.
The fact is geospatial has been able to explode because we finally got away from these kinds of anachronistic approaches to data. It's litterally never been a better time to be a geospatial data scientist. Praise be that the age of h5s and local processing is over.