[FFmpeg-cvslog] doc/filters: add examples for stereo3d
Paul B Mahol
git at videolan.org
Mon Apr 22 14:28:03 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Apr 22 10:15:14 2013 +0000| [0327400ee31fc099db1e0fd120edae0235434fa2] | committer: Paul B Mahol
doc/filters: add examples for stereo3d
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0327400ee31fc099db1e0fd120edae0235434fa2
---
doc/filters.texi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index 1a93309..95d57a8 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
+ at subsection Examples
+
+ at itemize
+ at item
+Convert input video from side by side parallel to anaglyph yellow/blue dubois:
+ at example
+stereo3d=sbsl:aybd
+ at end example
+
+ at item
+Convert input video from above bellow (left eye above, right eye below) to side by side crosseye.
+ at example
+stereo3d=abl:sbsr
+ at end example
+ at end itemize
+
@anchor{subtitles}
@section subtitles
More information about the ffmpeg-cvslog
mailing list