diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-31 14:12:01 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-01 16:16:50 +0100 |
commit | 42a8ac94d9481a5ab7e016d3621d265e3e1364d3 (patch) | |
tree | 521249fcb5e1e917ce1befc8903eb3a82815fe3d /doc | |
parent | 8dc973e6d1442e6427dfcb9817f9d15695555465 (diff) | |
download | ffmpeg-42a8ac94d9481a5ab7e016d3621d265e3e1364d3.tar.gz |
vf_tinterlace: implement interlace mode 5
Allow creating interlaced bottom field first video.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3109d0d529..3ab72ad4aa 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2525,6 +2525,10 @@ generating a frame with double height at the same input framerate. @item 4 Interleave the upper field from odd frames with the lower field from even frames, generating a frame with unchanged height at half framerate. + +@item 5 +Interleave the lower field from odd frames with the upper field from +even frames, generating a frame with unchanged height at half framerate. @end table Default mode is 0. |