List of sphere projections: Difference between revisions
No edit summary |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==List== | ==List== | ||
* [[Equirectangular projection]] | * [[Wikipedia: Equirectangular projection]] | ||
* [[Mercator projection]] | * [[Wikipedia: Mercator projection]] | ||
* [[Cube mapping]] | * [[Wikipedia: Cube mapping]] | ||
* [[Gnomonic projection]] | * [[Gnomonic projection]] | ||
* [[Geostationary projection]] | * [[Geostationary projection]] | ||
* [[Wikipedia:Transverse Mercator projection]] | * [[Wikipedia:Transverse Mercator projection]] | ||
* [[Wikipedia:360_video_projection#Equi-Angular_Cubemap_(EAC) | Equiangular Cubemap]] | * [[Wikipedia:360_video_projection#Equi-Angular_Cubemap_(EAC) | Wikipedia: Equiangular Cubemap]] | ||
==More Projections== | ==More Projections== | ||
Line 15: | Line 15: | ||
==Converting Between Projections== | ==Converting Between Projections== | ||
See FFmpeg's 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 | |||
<pre> | |||
ffmpeg -i input.mp4 -vf "v360=eac:e" output.mp4 | |||
</pre> | |||
==Resources== | ==Resources== | ||
* [ | * [[Wikipedia: List of map projections]] | ||
* [[Wikipedia: 360 video projection]] |