Browse Source

doc/filters:vf_stereo3d: update to recent changes

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol 9 years ago
parent
commit
50d9121afc
1 changed files with 12 additions and 6 deletions
  1. +12
    -6
      doc/filters.texi

+ 12
- 6
doc/filters.texi View File

@@ -9816,6 +9816,12 @@ alternating frames (left eye first, right eye second)
@item ar @item ar
alternating frames (right eye first, left eye second) alternating frames (right eye first, left eye second)


@item irl
interleaved rows (left eye has top row, right eye starts on next row)

@item irr
interleaved rows (right eye has top row, left eye starts on next row)

Default value is @samp{sbsl}. Default value is @samp{sbsl}.
@end table @end table


@@ -9880,12 +9886,6 @@ anaglyph yellow/blue colored
anaglyph yellow/blue color optimized with the least squares projection of dubois anaglyph yellow/blue color optimized with the least squares projection of dubois
(yellow filter on left eye, blue filter on right eye) (yellow filter on left eye, blue filter on right eye)


@item irl
interleaved rows (left eye has top row, right eye starts on next row)

@item irr
interleaved rows (right eye has top row, left eye starts on next row)

@item ml @item ml
mono output (left eye only) mono output (left eye only)


@@ -9897,6 +9897,12 @@ checkerboard, left eye first


@item chr @item chr
checkerboard, right eye first checkerboard, right eye first

@item icl
interleaved columns, left eye first

@item icr
interleaved columns, right eye first
@end table @end table


Default value is @samp{arcd}. Default value is @samp{arcd}.


Loading…
Cancel
Save