List of sphere projections: Difference between revisions
Line 15: | Line 15: | ||
==Converting Between Projections== | ==Converting Between Projections== | ||
See FFmpeg's [https://ffmpeg.org/ffmpeg-filters.html#v360 v360 filter] | See FFmpeg's [https://ffmpeg.org/ffmpeg-filters.html#v360 v360 filter]<br> | ||
You can also try [https://github.com/facebook/transform360 Facebook's Transform360] | |||
;Converting EAC to equirectangular | ;Converting EAC to equirectangular |
Latest revision as of 18:23, 14 May 2020
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
You can also try Facebook's Transform360
- Converting EAC to equirectangular
ffmpeg -i input.mp4 -vf "v360=eac:e" output.mp4