mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 20:37:04 +00:00
doc/filter: fix grammar in tiltandshift filter
This commit is contained in:
parent
61e851381f
commit
03175b587c
@ -23546,13 +23546,13 @@ tile=3x2:nb_frames=5:padding=7:margin=2
|
|||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@section tiltandshift
|
@section tiltandshift
|
||||||
Apply tilt-and-shift effet.
|
Apply tilt-and-shift effect.
|
||||||
|
|
||||||
What happens when you invert time and space?
|
What happens when you invert time and space?
|
||||||
|
|
||||||
Normally a video is composed of several frames that represent a different
|
Normally a video is composed of several frames that represent a different
|
||||||
instant of time and shows a scene that evolves in the space captured by the
|
instant of time and shows a scene that evolves in the space captured by the
|
||||||
frame. This filter is the antipode of that concept, taking inspiration by
|
frame. This filter is the antipode of that concept, taking inspiration from
|
||||||
tilt and shift photography.
|
tilt and shift photography.
|
||||||
|
|
||||||
A filtered frame contains the whole timeline of events composing the sequence,
|
A filtered frame contains the whole timeline of events composing the sequence,
|
||||||
@ -23591,7 +23591,7 @@ How many columns should be inserted before end of filtering.
|
|||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
Normally the filter shifts and tils from the very first frame, and stops when
|
Normally the filter shifts and tilts from the very first frame, and stops when
|
||||||
the last one is received. However, before filtering starts, normal video may
|
the last one is received. However, before filtering starts, normal video may
|
||||||
be preseved, so that the effect is slowly shifted in its place. Similarly,
|
be preseved, so that the effect is slowly shifted in its place. Similarly,
|
||||||
the last video frame may be reconstructed at the end. Alternatively it is
|
the last video frame may be reconstructed at the end. Alternatively it is
|
||||||
@ -23599,7 +23599,7 @@ possible to just start and end with black.
|
|||||||
|
|
||||||
@table @samp
|
@table @samp
|
||||||
@item none
|
@item none
|
||||||
Filtering is starts immediately and ends when the last frame is received.
|
Filtering starts immediately and ends when the last frame is received.
|
||||||
|
|
||||||
@item frame
|
@item frame
|
||||||
The first frames or the very last frame are kept intact during processing.
|
The first frames or the very last frame are kept intact during processing.
|
||||||
|
Loading…
Reference in New Issue
Block a user