mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_nnedi: rewrite and cleanup code
Also add slice threading support. Also add support for >8 depth formats. Also add support for commands.
This commit is contained in:
parent
71b82e4ffd
commit
117bf7394f
|
@ -14649,9 +14649,9 @@ Set which set of weights to use in the predictor.
|
|||
Can be one of the following:
|
||||
|
||||
@table @samp
|
||||
@item a
|
||||
@item a, abs
|
||||
weights trained to minimize absolute error
|
||||
@item s
|
||||
@item s, mse
|
||||
weights trained to minimize squared error
|
||||
@end table
|
||||
|
||||
|
@ -14673,14 +14673,16 @@ Can be one of the following:
|
|||
@item none
|
||||
@item original
|
||||
@item new
|
||||
@item new2
|
||||
@item new3
|
||||
@end table
|
||||
|
||||
Default is @code{new}.
|
||||
|
||||
@item fapprox
|
||||
Set various debugging flags.
|
||||
@end table
|
||||
|
||||
@subsection Commands
|
||||
This filter supports same @ref{commands} as options, excluding @var{weights} option.
|
||||
|
||||
@section noformat
|
||||
|
||||
Force libavfilter not to use any of the specified pixel formats for the
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue