mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
doc/filters:vf_stereo3d: update to recent changes
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
b6cc8ec7ec
commit
50d9121afc
@ -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…
x
Reference in New Issue
Block a user