[FFmpeg-cvslog] doc/filters: add another v360 example

Paul B Mahol git at videolan.org
Sat Sep 14 20:56:20 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep 14 19:50:47 2019 +0200| [197985c5bf0e25fe15b93ceac0aec23edf3ec7ea] | committer: Paul B Mahol

doc/filters: add another v360 example

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=197985c5bf0e25fe15b93ceac0aec23edf3ec7ea
---

 doc/filters.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 2995e9041e..4045812122 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18144,6 +18144,11 @@ Extract back view of Equi-Angular Cubemap:
 @example
 ffmpeg -i input.mkv -vf v360=eac:flat:yaw=180 output.mkv
 @end example
+ at item
+Convert transposed and horizontally flipped Equi-Angular Cubemap in side-by-side stereo format to equirectangular top-bottom stereo format:
+ at example
+v360=eac:equirect:in_stereo=sbs:in_trans=1:ih_flip=1:out_stereo=tb
+ at end example
 @end itemize
 
 @section vaguedenoiser



More information about the ffmpeg-cvslog mailing list