-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
base: master
Are you sure you want to change the base?
Commits on Jul 31, 2023
-
Unify any modification method on clip to use the with_ prefix
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for c3fbfe0 - Browse repository at this point
Copy the full SHA c3fbfe0View commit details -
harmonize usage of with_ for any modificating method who return a copy
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for f16b197 - Browse repository at this point
Copy the full SHA f16b197View commit details -
Correctly import AudioArrayClip
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 807c6e1 - Browse repository at this point
Copy the full SHA 807c6e1View commit details -
Remove dependency to imagemagick by using only imageio for gif and pi…
…llow for text clip. Update setup and some test accordingly.
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 77dddea - Browse repository at this point
Copy the full SHA 77dddeaView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 6cba8b7 - Browse repository at this point
Copy the full SHA 6cba8b7View commit details -
Remove newlines at end of string load from textfiles
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 5e12d7a - Browse repository at this point
Copy the full SHA 5e12d7aView commit details -
Make DataVideoClip and UpdatedVideoClip part of all when importing mo…
…viepy
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for d18ad67 - Browse repository at this point
Copy the full SHA d18ad67View commit details -
Move concatenate_videoclips from his own file to CompositeVideoClip f…
…ile, as its just a tools to create a composite video clip, just like clip_array
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 692af8d - Browse repository at this point
Copy the full SHA 692af8dView commit details -
Remove the now useless script to get latest imagemagick for windows
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b18af4b - Browse repository at this point
Copy the full SHA b18af4bView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for dfbe066 - Browse repository at this point
Copy the full SHA dfbe066View commit details -
Remove useless param with_mask from ffmpeg_writer and directly use cl…
…ip.mask is not None, making code coherent
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 01dedee - Browse repository at this point
Copy the full SHA 01dedeeView commit details -
Migrate preview to ffplay instead of pygame, making pygame now useles…
…s. Also add doc to some functions.
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 4bf4c3b - Browse repository at this point
Copy the full SHA 4bf4c3bView commit details -
Fix a bad indentation in audio ffmpeg reader + remove scipy and skima…
…ge dependency, simplifying resize but removing segmenting
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 9725733 - Browse repository at this point
Copy the full SHA 9725733View commit details -
Remove dependency to opencv and rewrite headblur for pure pillow
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for c18a827 - Browse repository at this point
Copy the full SHA c18a827View commit details -
Remove dependency to opencv and rewrite headblur for pure pillow
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 0f93918 - Browse repository at this point
Copy the full SHA 0f93918View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 155167f - Browse repository at this point
Copy the full SHA 155167fView commit details -
rename ffmpeg previewers to ffplay
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 6e4e87f - Browse repository at this point
Copy the full SHA 6e4e87fView commit details -
Change gif encoding to use modern imageio pillow and remove useless args
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for d72ac0c - Browse repository at this point
Copy the full SHA d72ac0cView commit details -
Rename ipython_display to display_in_notebook
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 3da8b0e - Browse repository at this point
Copy the full SHA 3da8b0eView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for ec3aa84 - Browse repository at this point
Copy the full SHA ec3aa84View commit details -
Start transition of effect from function to real class, video effects…
… done
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 3545f8d - Browse repository at this point
Copy the full SHA 3545f8dView commit details -
Continue transition of effect from function to method. All audio effe…
…ct done.
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for c0c2f6b - Browse repository at this point
Copy the full SHA c0c2f6bView commit details -
Continue transition of effect from function to method. Transitions ar…
…e now simple effects and have been migrated from function to class + fix a missing @DataClass in FadeOut. moviepy.video.compositing.transitions as well as transfx have been removed
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 22ff2e2 - Browse repository at this point
Copy the full SHA 22ff2e2View commit details -
Finish migration of effects to class by updating auto-adding of effec…
…ts as clip method at runtime
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e40c16 - Browse repository at this point
Copy the full SHA 9e40c16View commit details -
Move from with_effect to with_effects
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for f637b6a - Browse repository at this point
Copy the full SHA f637b6aView commit details -
Add shortcut for Resize, Rotate, Crop, MultiplyVolume and MultiplySpe…
…ed to audioclip/videoclip
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 49a9023 - Browse repository at this point
Copy the full SHA 49a9023View commit details -
Fix invalid call to audio.preview instead of audio.audiopreview
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for e25729a - Browse repository at this point
Copy the full SHA e25729aView commit details -
Fixing improper video preview and show for composite video clip with …
…clip inside that have masks
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 3a2e071 - Browse repository at this point
Copy the full SHA 3a2e071View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b8553d6 - Browse repository at this point
Copy the full SHA b8553d6View commit details -
Remove auto adding of effects as clip methods at runtime
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 4f3bfbf - Browse repository at this point
Copy the full SHA 4f3bfbfView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 502e61b - Browse repository at this point
Copy the full SHA 502e61bView commit details -
Refactor doc + add media for testing and doc + some polishing
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 2153fd8 - Browse repository at this point
Copy the full SHA 2153fd8View commit details -
Validate test PR + fix subtitcles clip
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 5f57894 - Browse repository at this point
Copy the full SHA 5f57894View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 856a7a9 - Browse repository at this point
Copy the full SHA 856a7a9View commit details -
add doc for matmul and and operator + enforce typing of frame in clip…
….show + rename with_sub_effect to with_sub_effects
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for ca9f48f - Browse repository at this point
Copy the full SHA ca9f48fView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for dce5423 - Browse repository at this point
Copy the full SHA dce5423View commit details -
update to laczos instead of antialias in pillow resize
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 27edd7b - Browse repository at this point
Copy the full SHA 27edd7bView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for e717320 - Browse repository at this point
Copy the full SHA e717320View commit details -
update gif writer with imageio to v3 + fix gif framerate
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 82b969a - Browse repository at this point
Copy the full SHA 82b969aView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 50adf08 - Browse repository at this point
Copy the full SHA 50adf08View commit details -
remove now useless test_examples
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 3bd501b - Browse repository at this point
Copy the full SHA 3bd501bView commit details -
Fix method resize + fix default expand for rotate
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 41810e2 - Browse repository at this point
Copy the full SHA 41810e2View commit details -
Fix bad time conversion for end_time
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 549978e - Browse repository at this point
Copy the full SHA 549978eView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for a2bcd60 - Browse repository at this point
Copy the full SHA a2bcd60View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 8be5cc9 - Browse repository at this point
Copy the full SHA 8be5cc9View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for e010536 - Browse repository at this point
Copy the full SHA e010536View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 76993b7 - Browse repository at this point
Copy the full SHA 76993b7View commit details -
Use v2 imageio read for images to make gif works
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 81c2941 - Browse repository at this point
Copy the full SHA 81c2941View commit details -
Fix videotools tests, we shall add back ipython tests later
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b9d22bb - Browse repository at this point
Copy the full SHA b9d22bbView commit details -
remove debug print + improve doc for subtitles
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 35e9c7e - Browse repository at this point
Copy the full SHA 35e9c7eView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 6311c4a - Browse repository at this point
Copy the full SHA 6311c4aView commit details -
No need to test editor anymore
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 45740d4 - Browse repository at this point
Copy the full SHA 45740d4View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for aa52738 - Browse repository at this point
Copy the full SHA aa52738View commit details -
add param is_mask to videofileclip and auto calculate image sequence fps
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 9713a72 - Browse repository at this point
Copy the full SHA 9713a72View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 507d173 - Browse repository at this point
Copy the full SHA 507d173View commit details -
Use shorter media for doc testing
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for e0675c8 - Browse repository at this point
Copy the full SHA e0675c8View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b6d4c31 - Browse repository at this point
Copy the full SHA b6d4c31View commit details -
update pre-commit, block and flake8
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 2f6ad0d - Browse repository at this point
Copy the full SHA 2f6ad0dView commit details -
Make tests name for doc example more readable
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for e8c50af - Browse repository at this point
Copy the full SHA e8c50afView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b434d2e - Browse repository at this point
Copy the full SHA b434d2eView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 59e0f8b - Browse repository at this point
Copy the full SHA 59e0f8bView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for d75eb56 - Browse repository at this point
Copy the full SHA d75eb56View commit details -
Fix importing version break install
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for feda255 - Browse repository at this point
Copy the full SHA feda255View commit details -
Remove tests with graphical interface when no gui available
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 92603ee - Browse repository at this point
Copy the full SHA 92603eeView commit details -
Remove tests with graphical interface when no gui available
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 41fdf1d - Browse repository at this point
Copy the full SHA 41fdf1dView commit details -
Remove tests with graphical interface when no gui available
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 82b1700 - Browse repository at this point
Copy the full SHA 82b1700View commit details -
Update Docker and the doc relative to docker usage
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 73d93a2 - Browse repository at this point
Copy the full SHA 73d93a2View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for c47f334 - Browse repository at this point
Copy the full SHA c47f334View commit details -
add info for migrating from v1 to v2
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 242074a - Browse repository at this point
Copy the full SHA 242074aView commit details -
Remove useless test, format doc examples, add doc for dev guide, upda…
…te readme
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for f6e467f - Browse repository at this point
Copy the full SHA f6e467fView commit details -
add warning about breaking change with v2
osaajani committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for f72f758 - Browse repository at this point
Copy the full SHA f72f758View commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for fc6e11e - Browse repository at this point
Copy the full SHA fc6e11eView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f62c3a - Browse repository at this point
Copy the full SHA 6f62c3aView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b95501a - Browse repository at this point
Copy the full SHA b95501aView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for d67956c - Browse repository at this point
Copy the full SHA d67956cView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 380d97b - Browse repository at this point
Copy the full SHA 380d97bView commit details -
osaajani committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for ed18e81 - Browse repository at this point
Copy the full SHA ed18e81View commit details
Commits on Aug 1, 2023
-
Rename readme.rst -> .md + fix missing line return in doc
osaajani committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 76e948b - Browse repository at this point
Copy the full SHA 76e948bView commit details -
Try automagical improving og doc grammar and expression through chatgpt
osaajani committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 218930c - Browse repository at this point
Copy the full SHA 218930cView commit details -
osaajani committed
Aug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 43089d4 - Browse repository at this point
Copy the full SHA 43089d4View commit details
Commits on Aug 2, 2023
-
Add margin parameter to textclip
osaajani committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 455865d - Browse repository at this point
Copy the full SHA 455865dView commit details
Commits on Mar 6, 2024
-
Co-authored-by: Martín Gaitán <gaitan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5241db7 - Browse repository at this point
Copy the full SHA 5241db7View commit details -
Update docs/_static/code/user_guide/compositing/juxtaposing.py
Co-authored-by: Martín Gaitán <gaitan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3aed0c - Browse repository at this point
Copy the full SHA d3aed0cView commit details -
Add long_description_content_type
osaajani committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 3f58b23 - Browse repository at this point
Copy the full SHA 3f58b23View commit details