Skip to content

Commit

Permalink
Version 2.2 - MoviePy quite stable. Now let's make it more usable !
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Dec 11, 2014
1 parent 21eac66 commit 3fef00d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ MoviePy (full documentation here_) is a Python module for video editing: cuts, c
MoviePy can read and write all the most common audio and video formats, including GIF, and runs on Windows/Mac/Linux, with Python 2.7+ and 3. Here it is in action in an IPython notebook:

.. image:: https://raw.githubusercontent.com/Zulko/moviepy/master/docs/demo_preview_small.jpeg
:width: 300px
:alt: [logo]
:align: center

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/quick_presentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here are a few reasons why you may want to edit videos in Python:
And here are a few uses for which MoviePy is NOT the best solution:

- You only need to do frame-by-frame video analysis (with face detection or other fancy stuff). This could be done with MoviePy in association with other libraries, but really, just use OpenCV or SimpleCV, these are libraries that specialize in these tasks.
- You only want to convert a video, or convert a series of images to a movie. In this case it is better to directly call ``ffmpeg`` (or ``avconv`` or ``mencoder``...) it will be faster more memory-efficient than going through MoviePy.
- You only want to convert a video file, or turn a series of image files into a movie. In this case it is better to directly call ``ffmpeg`` (or ``avconv`` or ``mencoder``...) it will be faster more memory-efficient than going through MoviePy.


Advantages and limitations
Expand Down
2 changes: 1 addition & 1 deletion moviepy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1.9.07"
__version__ = "0.2.2"

0 comments on commit 3fef00d

Please sign in to comment.