Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.0 update for code & documentation #2024

Merged
merged 84 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
c3fbfe0
Unify any modification method on clip to use the with_ prefix
Jun 24, 2023
f16b197
harmonize usage of with_ for any modificating method who return a copy
Jun 25, 2023
807c6e1
Correctly import AudioArrayClip
Jun 27, 2023
77dddea
Remove dependency to imagemagick by using only imageio for gif and pi…
Jun 29, 2023
6cba8b7
Missing comma
Jun 30, 2023
5e12d7a
Remove newlines at end of string load from textfiles
Jun 30, 2023
d18ad67
Make DataVideoClip and UpdatedVideoClip part of all when importing mo…
Jul 1, 2023
692af8d
Move concatenate_videoclips from his own file to CompositeVideoClip f…
Jul 1, 2023
b18af4b
Remove the now useless script to get latest imagemagick for windows
Jul 1, 2023
dfbe066
Improve doc videoclip
Jul 5, 2023
01dedee
Remove useless param with_mask from ffmpeg_writer and directly use cl…
Jul 5, 2023
4bf4c3b
Migrate preview to ffplay instead of pygame, making pygame now useles…
Jul 5, 2023
9725733
Fix a bad indentation in audio ffmpeg reader + remove scipy and skima…
Jul 7, 2023
c18a827
Remove dependency to opencv and rewrite headblur for pure pillow
Jul 7, 2023
0f93918
Remove dependency to opencv and rewrite headblur for pure pillow
Jul 7, 2023
155167f
Remove usseless libs
Jul 7, 2023
6e4e87f
rename ffmpeg previewers to ffplay
Jul 8, 2023
d72ac0c
Change gif encoding to use modern imageio pillow and remove useless args
Jul 9, 2023
3da8b0e
Rename ipython_display to display_in_notebook
Jul 11, 2023
ec3aa84
Change doc theme to pydata
Jul 11, 2023
3545f8d
Start transition of effect from function to real class, video effects…
Jul 13, 2023
c0c2f6b
Continue transition of effect from function to method. All audio effe…
Jul 13, 2023
22ff2e2
Continue transition of effect from function to method. Transitions ar…
Jul 13, 2023
9e40c16
Finish migration of effects to class by updating auto-adding of effec…
Jul 13, 2023
f637b6a
Move from with_effect to with_effects
Jul 14, 2023
49a9023
Add shortcut for Resize, Rotate, Crop, MultiplyVolume and MultiplySpe…
Jul 15, 2023
e25729a
Fix invalid call to audio.preview instead of audio.audiopreview
Jul 18, 2023
3a2e071
Fixing improper video preview and show for composite video clip with …
Jul 20, 2023
b8553d6
Update doc
Jul 21, 2023
4f3bfbf
Remove auto adding of effects as clip methods at runtime
Jul 22, 2023
502e61b
update some doc
Jul 22, 2023
2153fd8
Refactor doc + add media for testing and doc + some polishing
Jul 25, 2023
5f57894
Validate test PR + fix subtitcles clip
Jul 25, 2023
856a7a9
Fix tests on textclip
Jul 25, 2023
ca9f48f
add doc for matmul and and operator + enforce typing of frame in clip…
Jul 25, 2023
dce5423
Fix tests on videoclip
Jul 25, 2023
27edd7b
update to laczos instead of antialias in pillow resize
Jul 26, 2023
e717320
fix test compositing
Jul 26, 2023
82b969a
update gif writer with imageio to v3 + fix gif framerate
Jul 26, 2023
50adf08
Fix tests on ffmpeg_writer
Jul 26, 2023
3bd501b
remove now useless test_examples
Jul 26, 2023
41810e2
Fix method resize + fix default expand for rotate
Jul 26, 2023
549978e
Fix bad time conversion for end_time
Jul 26, 2023
a2bcd60
add doc
Jul 26, 2023
8be5cc9
all test on fx working
Jul 26, 2023
e010536
fix tests issues
Jul 26, 2023
76993b7
fix tests on tools
Jul 26, 2023
81c2941
Use v2 imageio read for images to make gif works
Jul 26, 2023
b9d22bb
Fix videotools tests, we shall add back ipython tests later
Jul 26, 2023
35e9c7e
remove debug print + improve doc for subtitles
Jul 26, 2023
6311c4a
Fix test subtitles
Jul 26, 2023
45740d4
No need to test editor anymore
Jul 26, 2023
aa52738
Use imageio.v2 imread
Jul 27, 2023
9713a72
add param is_mask to videofileclip and auto calculate image sequence fps
Jul 27, 2023
507d173
add tests for doc examples
Jul 28, 2023
e0675c8
Use shorter media for doc testing
Jul 28, 2023
b6d4c31
Update doc code examples
Jul 28, 2023
2f6ad0d
update pre-commit, block and flake8
Jul 28, 2023
e8c50af
Make tests name for doc example more readable
Jul 28, 2023
b434d2e
fix few examples
Jul 28, 2023
59e0f8b
Apply black formatting
Jul 28, 2023
d75eb56
Use latest version of numpy
Jul 28, 2023
feda255
Fix importing version break install
Jul 28, 2023
92603ee
Remove tests with graphical interface when no gui available
Jul 29, 2023
41fdf1d
Remove tests with graphical interface when no gui available
Jul 29, 2023
82b1700
Remove tests with graphical interface when no gui available
Jul 29, 2023
73d93a2
Update Docker and the doc relative to docker usage
Jul 29, 2023
c47f334
add github link to doc menu
Jul 30, 2023
242074a
add info for migrating from v1 to v2
Jul 30, 2023
f6e467f
Remove useless test, format doc examples, add doc for dev guide, upda…
Jul 31, 2023
f72f758
add warning about breaking change with v2
Jul 31, 2023
fc6e11e
fix notice format
Jul 31, 2023
6f62c3a
change readme from rst to md
Jul 31, 2023
b95501a
improve format readme
Jul 31, 2023
d67956c
improve format readme
Jul 31, 2023
380d97b
Remove imagemagick from ci
Jul 31, 2023
ed18e81
remove old resize
Jul 31, 2023
76e948b
Rename readme.rst -> .md + fix missing line return in doc
Aug 1, 2023
218930c
Try automagical improving og doc grammar and expression through chatgpt
Aug 1, 2023
43089d4
fix title length
Aug 1, 2023
455865d
Add margin parameter to textclip
Aug 2, 2023
5241db7
Update docs/conf.py
OsaAjani Mar 6, 2024
d3aed0c
Update docs/_static/code/user_guide/compositing/juxtaposing.py
OsaAjani Mar 6, 2024
3f58b23
Add long_description_content_type
Mar 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make DataVideoClip and UpdatedVideoClip part of all when importing mo…
…viepy
osaajani committed Jul 31, 2023
commit d18ad6767f4f06ec4bd7704b3a8e7ed7a39f6720
4 changes: 4 additions & 0 deletions moviepy/__init__.py
Original file line number Diff line number Diff line change
@@ -33,6 +33,8 @@
ImageClip,
TextClip,
VideoClip,
DataVideoClip,
UpdatedVideoClip,
)


@@ -75,6 +77,8 @@ def show(self, *args, **kwargs):
__all__ = [
"__version__",
"VideoClip",
"DataVideoClip",
"UpdatedVideoClip",
"ImageClip",
"ColorClip",
"TextClip",