List of sphere projections
Below is a list of common projections which are used to project the texture of a sphere onto a 2D surface.
These are often used for 360 images, 360 videos, and world maps.
List
- Wikipedia: Equirectangular projection
- Wikipedia: Mercator projection
- Wikipedia: Cube mapping
- Gnomonic projection
- Geostationary projection
- Wikipedia:Transverse Mercator projection
- Wikipedia: Equiangular Cubemap
More Projections
Converting Between Projections
See FFmpeg's v360 filter
- Converting EAC to equirectangular
ffmpeg -i input.mp4 -vf "v360=eac:e" output.mp4