mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-20 07:48:15 +02:00
doc/filters: copy all input modes to output modes.
For people who cant read. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
620b47576d
commit
f6d1c15b64
@ -10790,8 +10790,47 @@ Default value is @samp{sbsl}.
|
|||||||
@item out
|
@item out
|
||||||
Set stereoscopic image format of output.
|
Set stereoscopic image format of output.
|
||||||
|
|
||||||
Available values for output image formats are all the input formats as well as:
|
|
||||||
@table @samp
|
@table @samp
|
||||||
|
@item sbsl
|
||||||
|
side by side parallel (left eye left, right eye right)
|
||||||
|
|
||||||
|
@item sbsr
|
||||||
|
side by side crosseye (right eye left, left eye right)
|
||||||
|
|
||||||
|
@item sbs2l
|
||||||
|
side by side parallel with half width resolution
|
||||||
|
(left eye left, right eye right)
|
||||||
|
|
||||||
|
@item sbs2r
|
||||||
|
side by side crosseye with half width resolution
|
||||||
|
(right eye left, left eye right)
|
||||||
|
|
||||||
|
@item abl
|
||||||
|
above-below (left eye above, right eye below)
|
||||||
|
|
||||||
|
@item abr
|
||||||
|
above-below (right eye above, left eye below)
|
||||||
|
|
||||||
|
@item ab2l
|
||||||
|
above-below with half height resolution
|
||||||
|
(left eye above, right eye below)
|
||||||
|
|
||||||
|
@item ab2r
|
||||||
|
above-below with half height resolution
|
||||||
|
(right eye above, left eye below)
|
||||||
|
|
||||||
|
@item al
|
||||||
|
alternating frames (left eye first, right eye second)
|
||||||
|
|
||||||
|
@item ar
|
||||||
|
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)
|
||||||
|
|
||||||
@item arbg
|
@item arbg
|
||||||
anaglyph red/blue gray
|
anaglyph red/blue gray
|
||||||
(red filter on left eye, blue filter on right eye)
|
(red filter on left eye, blue filter on right eye)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user