diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-09 15:35:23 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-10 00:08:57 +0000 |
commit | d0073c7a0bc5a449956c2004821183fce601d321 (patch) | |
tree | 76767a83a45aa4551e0ac8a09ef3c29923398b1a /doc/filters.texi | |
parent | f1c0c6b7de6f236a09ba4cb82af990e90d4c17f2 (diff) | |
download | ffmpeg-d0073c7a0bc5a449956c2004821183fce601d321.tar.gz |
separatefields filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 483d8a13e2..60d00bbf29 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4896,6 +4896,16 @@ scale='min(500\, iw*3/2):-1' @end example @end itemize +@section separatefields + +The @code{separatefields} takes a frame-based video input and splits +each frame into its components fields, producing a new half height clip +with twice the frame rate and twice the frame count. + +This filter use field-dominance information in frame to decide which +of each pair of fields to place first in the output. +If it gets it wrong use @ref{setfield} filter before @code{separatefields} filter. + @section setdar, setsar The @code{setdar} filter sets the Display Aspect Ratio for the filter @@ -4970,6 +4980,7 @@ To set a display aspect ratio of 16:9, and specify a maximum integer value of setdar=ratio='16:9':max=1000 @end example +@anchor{setfield} @section setfield Force field for the output video frame. |