Skip to content

Commit

Permalink
Fixed typo in compositing.rst (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
javad94 authored May 24, 2023
1 parent 69ac313 commit 1cac443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/compositing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before starting, note that video clips generally carry an audio track and a mask
Stacking and concatenating clips
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Two simple ways of putting clips together is to concatenate them (to play them one after the other in a single long clip) or to stack them (to them side by side in a single larger clip).
Two simple ways of putting clips together is to concatenate them (to play them one after the other in a single long clip) or to stack them (to put them side by side in a single larger clip).

Concatenation is done with the function ``concatenate_videoclips``: ::

Expand Down

0 comments on commit 1cac443

Please sign in to comment.