diff --git a/docs/examples/compo_from_image.rst b/docs/examples/compo_from_image.rst index 45916416d..c6f31fd08 100644 --- a/docs/examples/compo_from_image.rst +++ b/docs/examples/compo_from_image.rst @@ -7,7 +7,7 @@ So how do you do some complex compositing like this ? .. raw:: html -
+ It takes a lot of bad taste, and a segmenting tool @@ -21,5 +21,3 @@ We will find the regions of this image and fit the different clips into these re (note that some pictures are distorted here as their size has been modified without care for their aspect ratio. This could be changed with a few more lines.) - - diff --git a/docs/examples/dancing_knights.rst b/docs/examples/dancing_knights.rst index e52e6572a..d762a1744 100644 --- a/docs/examples/dancing_knights.rst +++ b/docs/examples/dancing_knights.rst @@ -8,11 +8,9 @@ And now for something very silly... .. literalinclude:: ../../examples/dancing_knights.py - - diff --git a/docs/examples/example_with_sound.rst b/docs/examples/example_with_sound.rst index 6a54bb68d..5dcb3b2c6 100644 --- a/docs/examples/example_with_sound.rst +++ b/docs/examples/example_with_sound.rst @@ -7,7 +7,7 @@ An example of using MoviePy to assemble movie clips with sounds. Here are two sc .. raw:: html - + Here is the code: diff --git a/docs/examples/headblur.rst b/docs/examples/headblur.rst index 11f9d22df..1330234c6 100644 --- a/docs/examples/headblur.rst +++ b/docs/examples/headblur.rst @@ -4,7 +4,7 @@ Tracking and blurring someone's face .. raw:: html - + First we will need to track the face, i.e. to get two functions ``fx`` and ``fy`` such that ``(fx(t),fy(t))`` gives the position of the center of the head at time ``t``. This will be easily done with `manual_tracking`. Then we will need to blur the area of the video around the center of the head. diff --git a/docs/examples/logo.rst b/docs/examples/logo.rst index 2adf1ee7b..a961a5463 100644 --- a/docs/examples/logo.rst +++ b/docs/examples/logo.rst @@ -3,6 +3,6 @@ MoviePy logo with a moving shadow ================================= .. raw:: html - + -Here the logo is a picture, while the shadow is actually a black rectangle taking the whole screen, overlaid over the logo, but with a moving mask composed of a bi-gradient, such that only one (moving) part of the rectangle is visible. \ No newline at end of file +Here the logo is a picture, while the shadow is actually a black rectangle taking the whole screen, overlaid over the logo, but with a moving mask composed of a bi-gradient, such that only one (moving) part of the rectangle is visible. diff --git a/docs/examples/masked_credits.rst b/docs/examples/masked_credits.rst index 145ce3b9a..92519d343 100644 --- a/docs/examples/masked_credits.rst +++ b/docs/examples/masked_credits.rst @@ -5,13 +5,13 @@ Partially Hidden credits .. raw:: html - + Before seeing the code for this video, here is a tutorial video that explains the different steps (also made with MoviePy): .. raw:: html - + And here is the code: diff --git a/docs/examples/moving_letters.rst b/docs/examples/moving_letters.rst index 1479aea22..4654a9121 100644 --- a/docs/examples/moving_letters.rst +++ b/docs/examples/moving_letters.rst @@ -6,7 +6,7 @@ I think this example illustrates well the interest of script-based editing (imag .. raw:: html - + Here is the code: diff --git a/docs/examples/painting_effect.rst b/docs/examples/painting_effect.rst index 127a22cdb..638f2c2a6 100644 --- a/docs/examples/painting_effect.rst +++ b/docs/examples/painting_effect.rst @@ -6,7 +6,7 @@ That's an effect that we have seen a lot in westerns and such. .. raw:: html - + The recipe used to make a photo look like a painting: @@ -27,4 +27,3 @@ The part with the effect is obtained as follows: Here you are for the code: .. literalinclude:: ../../examples/painting_effect.py - diff --git a/docs/examples/several_characters.rst b/docs/examples/several_characters.rst index 0f3509a71..3a383d455 100644 --- a/docs/examples/several_characters.rst +++ b/docs/examples/several_characters.rst @@ -6,6 +6,6 @@ Character duplication in a video .. raw:: html - + So blabla diff --git a/docs/examples/star_worms.rst b/docs/examples/star_worms.rst index 5d1659e18..7a41e3a2d 100644 --- a/docs/examples/star_worms.rst +++ b/docs/examples/star_worms.rst @@ -9,7 +9,7 @@ Let us also have a look at this tutorial which shows the different steps: .. raw:: html - + And here you are for the code, and for the code of the tutorial. diff --git a/docs/examples/the_end.rst b/docs/examples/the_end.rst index e89fd4f79..e093b0579 100644 --- a/docs/examples/the_end.rst +++ b/docs/examples/the_end.rst @@ -4,7 +4,7 @@ .. raw:: html - + So let's explain this one: there is a clip with "The End" written in the middle, and *above* this clip there is the actual movie. The actual movie has a mask which represents diff --git a/docs/examples/ukulele_concerto.rst b/docs/examples/ukulele_concerto.rst index 707493f75..d5ec1b90a 100644 --- a/docs/examples/ukulele_concerto.rst +++ b/docs/examples/ukulele_concerto.rst @@ -4,7 +4,7 @@ A simple music video .. raw:: html - + This is an example, with no sound (lame for a music video), soon to be replaced with a real music video example (the code will be 99% the same).