[FFmpeg-cvslog] doc/filters/tiltandshift: apply typo fixes, add introductory description

Stefano Sabatini git at videolan.org
Mon Jun 3 12:25:08 EEST 2024


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Jun  3 11:07:27 2024 +0200| [17a759cce13b5d9562c8b9c07e0cf603292a44b2] | committer: Stefano Sabatini

doc/filters/tiltandshift: apply typo fixes, add introductory description

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17a759cce13b5d9562c8b9c07e0cf603292a44b2
---

 doc/filters.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index f5bf475d13..766b662ebe 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -23543,11 +23543,12 @@ tile=3x2:nb_frames=5:padding=7:margin=2
 @end itemize
 
 @section tiltandshift
+Apply tilt-and-shift effet.
 
 What happens when you invert time and space?
 
 Normally a video is composed of several frames that represent a different
-instant of time and shows a scence 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
 tilt and shift photography.
 
@@ -23556,13 +23557,13 @@ and this is obtained by placing a slice of pixels from each frame into a single
 one. However, since there are no infinite-width frames, this is done up the
 width of the input frame, and a video is recomposed by shifting away one
 column for each subsequent frame. In order to map space to time, the filter
-tilts each input frame as well, so that motion is preseved. This is accomplished
+tilts each input frame as well, so that motion is preserved. This is accomplished
 by progressively selecting a different column from each input frame.
 
-The end result is a sort of inverted parralax, so that far away objects move
+The end result is a sort of inverted parallax, so that far away objects move
 much faster that the ones in the front. The ideal conditions for this video
 effect are when there is either very little motion and the backgroud is static,
-or when there is a lot of motion and a very wide depth of field (eg. wide
+or when there is a lot of motion and a very wide depth of field (e.g. wide
 panorama, while moving on a train).
 
 The filter accepts the following parameters:



More information about the ffmpeg-cvslog mailing list