You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
avfilter/vf_lut3d: add spline 1D interpolation
This commit is contained in:
@ -11442,8 +11442,12 @@ Available values are:
|
||||
Use values from the nearest defined point.
|
||||
@item linear
|
||||
Interpolate values using the linear interpolation.
|
||||
@item cosine
|
||||
Interpolate values using the cosine interpolation.
|
||||
@item cubic
|
||||
Interpolate values using the cubic interpolation.
|
||||
@item spline
|
||||
Interpolate values using the spline interpolation.
|
||||
@end table
|
||||
@end table
|
||||
|
||||
|
Reference in New Issue
Block a user