diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-22 10:15:14 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-22 11:49:13 +0000 |
commit | 0327400ee31fc099db1e0fd120edae0235434fa2 (patch) | |
tree | ec6f3be6ce333b8a3208f58804fa934f4790c6f5 | |
parent | 2288c776897076a5f7f5cc772836592798160423 (diff) | |
download | ffmpeg-0327400ee31fc099db1e0fd120edae0235434fa2.tar.gz |
doc/filters: add examples for stereo3d
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/filters.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1a93309871..95d57a8ced 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5790,6 +5790,22 @@ mono output (right eye only) Default value is @samp{arcd}. @end table +@subsection Examples + +@itemize +@item +Convert input video from side by side parallel to anaglyph yellow/blue dubois: +@example +stereo3d=sbsl:aybd +@end example + +@item +Convert input video from above bellow (left eye above, right eye below) to side by side crosseye. +@example +stereo3d=abl:sbsr +@end example +@end itemize + @anchor{subtitles} @section subtitles |