@@ -12341,10 +12341,10 @@ constants:
1234112341@item source_fps
1234212342The input's frame rate
1234312343
12344- @item ntsc, qntsc, sntsc
12344+ @item ntsc
1234512345NTSC frame rate of @code{30000/1001}
1234612346
12347- @item pal, qpal, spal
12347+ @item pal
1234812348PAL frame rate of @code{25.0}
1234912349
1235012350@item film
@@ -12995,8 +12995,6 @@ greyedge=difford=1:minknorm=0:sigma=2
1299512995
1299612996@section guided
1299712997Apply guided filter for edge-preserving smoothing, dehazing and so on.
12998- This filter requires two inputs of same resolution and pixel format.
12999- The second input serves as the reference.
1300012998
1300112999The filter accepts the following options:
1300213000@table @option
@@ -13017,6 +13015,12 @@ Set subsampling ratio for @code{fast} mode.
1301713015Range is 2 to 64. Default is 4.
1301813016No subsampling occurs in @code{basic} mode.
1301913017
13018+ @item guidance
13019+ Set guidance mode. Can be @code{off} or @code{on}. Default is @code{off}.
13020+ If @code{off}, single input is required.
13021+ If @code{on}, two inputs of the same resolution and pixel format are required.
13022+ The second input serves as the guidance.
13023+
1302013024@item planes
1302113025Set planes to filter. Default is first only.
1302213026@end table
@@ -13029,15 +13033,15 @@ This filter supports the all above options as @ref{commands}.
1302913033@item
1303013034Edge-preserving smoothing with guided filter:
1303113035@example
13032- ffmpeg -i in.png -i in.png -filter_complex guided out.png
13036+ ffmpeg -i in.png -vf guided out.png
1303313037@end example
1303413038
1303513039@item
1303613040Dehazing, structure-transferring filtering, detail enhancement with guided filter.
1303713041For the generation of guidance image, refer to paper "Guided Image Filtering".
1303813042See: @url{http://kaiminghe.com/publications/pami12guidedfilter.pdf}.
1303913043@example
13040- ffmpeg -i in.png -i guidance.png -filter_complex guided out.png
13044+ ffmpeg -i in.png -i guidance.png -filter_complex guided=guidance=on out.png
1304113045@end example
1304213046
1304313047@end itemize
@@ -14689,6 +14693,8 @@ Apply motion-compensation deinterlacing.
1468914693It needs one field per frame as input and must thus be used together
1469014694with yadif=1/3 or equivalent.
1469114695
14696+ This filter is only available in ffmpeg version 4.4 or earlier.
14697+
1469214698This filter accepts the following options:
1469314699@table @option
1469414700@item mode
@@ -20667,6 +20673,8 @@ The way this differs from the behavior of spp is that uspp actually encodes &
2066720673decodes each case with libavcodec Snow, whereas spp uses a simplified intra only 8x8
2066820674DCT similar to MJPEG.
2066920675
20676+ This filter is only available in ffmpeg version 4.4 or earlier.
20677+
2067020678The filter accepts the following options:
2067120679
2067220680@table @option
@@ -20967,6 +20975,9 @@ If diagonal field of view is set it overrides horizontal and vertical field of v
2096720975
2096820976@item octahedron
2096920977Octahedron projection.
20978+
20979+ @item cylindricalea
20980+ Cylindrical Equal Area projection.
2097020981@end table
2097120982
2097220983@item interp
0 commit comments