List of sphere projections: Difference between revisions

 
(One intermediate revision 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==
* [[Wikipedia: List of map projections]]
* [[Wikipedia: List of map projections]]
* [[Wikipedia: 360 video projection]]
* [[Wikipedia: 360 video projection]]