[FFmpeg-cvslog] vf_split: add documentation to filters.texi

Stefano Sabatini git at videolan.org
Sun May 22 02:53:54 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun May 22 01:32:40 2011 +0200| [8a5b71d0c3dbb0b1a6895ea858353e6fb41e9ab8] | committer: Stefano Sabatini

vf_split: add documentation to filters.texi

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a5b71d0c3dbb0b1a6895ea858353e6fb41e9ab8
---

 doc/filters.texi |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 31a963d..363a7f5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1383,6 +1383,21 @@ not specified it will use the default value of 16.
 Adding this in the beginning of filter chains should make filtering
 faster due to better use of the memory cache.
 
+ at section split
+
+Pass on the input video to two outputs. Both outputs are identical to
+the input video.
+
+For example:
+ at example
+[in] split [splitout1][splitout2];
+[splitout1] crop=100:100:0:0    [cropout];
+[splitout2] pad=200:200:100:100 [padout];
+ at end example
+
+will create two separate outputs from the same input, one cropped and
+one padded.
+
 @section transpose
 
 Transpose rows with columns in the input video and optionally flip it.



More information about the ffmpeg-cvslog mailing list