List of sphere projections: Difference between revisions

No edit summary
 
(2 intermediate revisions by the same user not shown)
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==
* [https://en.wikipedia.org/wiki/List_of_map_projections Wikipedia List of map projections]
* [[Wikipedia: List of map projections]]
* [[Wikipedia: 360 video projection]]