forked from Zulko/moviepy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added version and many automatically generated doc files
- Loading branch information
Showing
45 changed files
with
397 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,44 @@ | ||
.. ref_videofx: | ||
************ | ||
video.fx | ||
************ | ||
This module regroups functions meant to be used with ``videoclip.fx``. When you type ``from moviepy import *``, the module ``video.fx`` is loaded as ``vfx`` and you can use ``vfx.colorx``, ``vfx.resize``, etc. | ||
*********************** | ||
moviepy.video.fx (vfx) | ||
*********************** | ||
The module ``moviepy.video.fx`` regroups functions meant to be used with ``videoclip.fx``. When you type :: | ||
from moviepy.editor import * | ||
|
||
the module ``video.fx`` is loaded as ``vfx`` and you can use ``vfx.colorx``, ``vfx.resize``, etc. | ||
|
||
.. automodule:: moviepy.video.fx | ||
:members: | ||
:show-inheritance: | ||
|
||
.. currentmodule:: moviepy.video.fx | ||
|
||
.. autosummary:: | ||
:toctree: videofx | ||
:nosignatures: | ||
|
||
blackwhite | ||
blink | ||
colorx | ||
crop | ||
fadein | ||
fadeout | ||
freeze_at_end | ||
freeze_at_start | ||
gamma_corr | ||
headblur | ||
loop | ||
lum_contrast | ||
make_loopable | ||
margin | ||
mirror_x | ||
mirror_y | ||
painting | ||
resize | ||
rotation | ||
scroll | ||
speedx | ||
time_mirror | ||
time_symetrize | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
moviepy.video.fx.blackwhite | ||
=========================== | ||
|
||
.. currentmodule:: moviepy.video.fx | ||
|
||
.. autofunction:: blackwhite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
moviepy.video.fx.blink | ||
====================== | ||
|
||
.. currentmodule:: moviepy.video.fx | ||
|
||
.. autofunction:: blink |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
moviepy.video.fx.colorx | ||
======================= | ||
|
||
.. currentmodule:: moviepy.video.fx | ||
|
||
.. autofunction:: colorx |
Oops, something went wrong.