FFmpeg: Difference between revisions

113 bytes added ,  14 May 2020
No edit summary
Line 149: Line 149:
* 2 – Rotate by 90 degrees counter-clockwise.
* 2 – Rotate by 90 degrees counter-clockwise.
* 3 – Rotate by 90 degrees clockwise and flip vertically.
* 3 – Rotate by 90 degrees clockwise and flip vertically.
===360 Video===
;Converting EAC to equirectangular
<pre>
ffmpeg -i input.mp4 -vf "v360=eac:e" output.mp4
</pre>


==C API==
==C API==