diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-14 18:16:02 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-14 19:35:13 +0200 |
commit | 45bb80dccc558a38a3539496575694995b38ff64 (patch) | |
tree | 7dcfdd9003f3c6c3e77721b23b1e6aa65409caa4 /doc/filters.texi | |
parent | 451cee662c379489f6f3ddeef6561aa201aa51b0 (diff) | |
download | ffmpeg-45bb80dccc558a38a3539496575694995b38ff64.tar.gz |
avfilter/vf_v360: implement stereo 3D support
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b2a955113c..2995e9041e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18080,6 +18080,21 @@ Set the output video resolution. Default resolution depends on formats. +@item in_stereo +@item out_stereo +Set the input/output stereo format. + +@table @samp +@item 2d +2D mono +@item sbs +Side by side +@item tb +Top bottom +@end table + +Default value is @b{@samp{2d}} for input and output format. + @item yaw @item pitch @item roll |