Skip to content

Commit

Permalink
Fix error in docs and update Kapwing video (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnekaunisto authored Apr 8, 2020
1 parent 4106b4c commit eb988e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/examples/quick_recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ Add a title before a video
Art of Gif-making
-------------------

clip.fx( vfx.time_symmetrize)
::

clip.fx( vfx.time_symmetrize)

# find a subclip
T = clip
Expand Down
6 changes: 2 additions & 4 deletions docs/gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,9 @@ Kapwing

`Kapwing <https://www.kapwing.com/>`_ is an online video meme generator. Content creators use Kapwing to add text around their videos, which results in higher engagement / views on social media sites like Facebook. Kapwing's creation process is powered by MoviePy! MoviePy is used to add the text, borders, and attribution directly to the uploaded videos.


.. raw:: html

<a href="https://www.kapwing.com/videos/58d5d8b96c239227a1622319"><img src="https://cdn-e1.streamable.com/image/z35jz.jpg?token=1491619273_2fa6161bc77a258112bd1b353f1d0fd217d7a8eb"
style="max-width:70%; height:'auto'; display:block; margin-left: auto;margin-right: auto; margin-bottom:30px;" /></a>
<video src="https://cdn.kapwing.com/video_5e681ac49187d40016ee123e_579130.mp4?" controls style="max-width:70%; height:'auto'; display:block; margin-left: auto;margin-right: auto; margin-bottom:30px;"></video>


Rinconcam
Expand All @@ -160,7 +158,7 @@ MoviePy is used to add transitions, titles and music to the videos.


Videogrep
~~~~~~~~~~
----------

Videogrep is a python script written by Sam Lavigne, that goes through the subtitle tracks of movies and makes supercuts based on what it finds. For instance, here is an automatic supercut of every time the White House press secretary tells us what he can tell us:

Expand Down

0 comments on commit eb988e9

Please sign in to comment.