[FFmpeg-cvslog] doc/filters: copy all input modes to output modes.

Paul B Mahol git at videolan.org
Fri Dec 18 15:24:58 CET 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Dec 18 14:36:39 2015 +0100| [f6d1c15b64c26ec1c9d6de40e43654c9abdc026f] | committer: Paul B Mahol

doc/filters: copy all input modes to output modes.

For people who cant read.

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 doc/filters.texi |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 78fbd47..b8047ab 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10790,8 +10790,47 @@ Default value is @samp{sbsl}.
 @item out
 Set stereoscopic image format of output.
 
-Available values for output image formats are all the input formats as well as:
 @table @samp
+ at item sbsl
+side by side parallel (left eye left, right eye right)
+
+ at item sbsr
+side by side crosseye (right eye left, left eye right)
+
+ at item sbs2l
+side by side parallel with half width resolution
+(left eye left, right eye right)
+
+ at item sbs2r
+side by side crosseye with half width resolution
+(right eye left, left eye right)
+
+ at item abl
+above-below (left eye above, right eye below)
+
+ at item abr
+above-below (right eye above, left eye below)
+
+ at item ab2l
+above-below with half height resolution
+(left eye above, right eye below)
+
+ at item ab2r
+above-below with half height resolution
+(right eye above, left eye below)
+
+ at item al
+alternating frames (left eye first, right eye second)
+
+ at item ar
+alternating frames (right eye first, left eye second)
+
+ at item irl
+interleaved rows (left eye has top row, right eye starts on next row)
+
+ at item irr
+interleaved rows (right eye has top row, left eye starts on next row)
+
 @item arbg
 anaglyph red/blue gray
 (red filter on left eye, blue filter on right eye)



More information about the ffmpeg-cvslog mailing list