diff options
author | Joakim Plate <elupus@ecce.se> | 2011-07-03 13:19:44 +0200 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2011-07-03 13:19:44 +0200 |
commit | 2a375bb400febf8c1a2dfa87c29fd4185663454c (patch) | |
tree | aa75dc9b8020ffcaf7e524b0b23fb9958f40a5c6 /doc | |
parent | cbfdfbe846f872d4283579c8cbca42c90896905c (diff) | |
download | ffmpeg-2a375bb400febf8c1a2dfa87c29fd4185663454c.tar.gz |
Add mode to yadif to enable/disable deinterlacing based on src frame "interlaced" flag
Signed-off-by: Joakim Plate <elupus@ecce.se>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b4ffcd9a04..c96de41bfa 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1737,7 +1737,7 @@ Flip the input video vertically. Deinterlace the input video ("yadif" means "yet another deinterlacing filter"). -It accepts the optional parameters: @var{mode}:@var{parity}. +It accepts the optional parameters: @var{mode}:@var{parity}:@var(auto). @var{mode} specifies the interlacing mode to adopt, accepts one of the following values: @@ -1771,6 +1771,18 @@ Default value is -1. If interlacing is unknown or decoder does not export this information, top field first will be assumed. +@var{auto] specifies if deinterlacer should trust the interlaced flag +and only deinterlace frames marked as interlaced + +@table @option +@item 0 +deinterlace all frames +@item 1 +only deinterlace frames marked as interlaced +@end table + +Default value is 0. + @c man end VIDEO FILTERS @chapter Video Sources |