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

Open
wants to merge 84 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    c3fbfe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f16b197 View commit details
    Browse the repository at this point in the history
  3. Correctly import AudioArrayClip

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    807c6e1 View commit details
    Browse the repository at this point in the history
  4. Remove dependency to imagemagick by using only imageio for gif and pi…

    …llow for text clip. Update setup and some test accordingly.
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    77dddea View commit details
    Browse the repository at this point in the history
  5. Missing comma

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6cba8b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e12d7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d18ad67 View commit details
    Browse the repository at this point in the history
  8. 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 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    692af8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b18af4b View commit details
    Browse the repository at this point in the history
  10. Improve doc videoclip

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    dfbe066 View commit details
    Browse the repository at this point in the history
  11. Remove useless param with_mask from ffmpeg_writer and directly use cl…

    …ip.mask is not None, making code coherent
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    01dedee View commit details
    Browse the repository at this point in the history
  12. Migrate preview to ffplay instead of pygame, making pygame now useles…

    …s. Also add doc to some functions.
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4bf4c3b View commit details
    Browse the repository at this point in the history
  13. Fix a bad indentation in audio ffmpeg reader + remove scipy and skima…

    …ge dependency, simplifying resize but removing segmenting
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9725733 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c18a827 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0f93918 View commit details
    Browse the repository at this point in the history
  16. Remove usseless libs

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    155167f View commit details
    Browse the repository at this point in the history
  17. rename ffmpeg previewers to ffplay

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6e4e87f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d72ac0c View commit details
    Browse the repository at this point in the history
  19. Rename ipython_display to display_in_notebook

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3da8b0e View commit details
    Browse the repository at this point in the history
  20. Change doc theme to pydata

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ec3aa84 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3545f8d View commit details
    Browse the repository at this point in the history
  22. Continue transition of effect from function to method. All audio effe…

    …ct done.
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c0c2f6b View commit details
    Browse the repository at this point in the history
  23. 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 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    22ff2e2 View commit details
    Browse the repository at this point in the history
  24. Finish migration of effects to class by updating auto-adding of effec…

    …ts as clip method at runtime
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9e40c16 View commit details
    Browse the repository at this point in the history
  25. Move from with_effect to with_effects

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f637b6a View commit details
    Browse the repository at this point in the history
  26. Add shortcut for Resize, Rotate, Crop, MultiplyVolume and MultiplySpe…

    …ed to audioclip/videoclip
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    49a9023 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e25729a View commit details
    Browse the repository at this point in the history
  28. Fixing improper video preview and show for composite video clip with …

    …clip inside that have masks
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3a2e071 View commit details
    Browse the repository at this point in the history
  29. Update doc

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b8553d6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4f3bfbf View commit details
    Browse the repository at this point in the history
  31. update some doc

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    502e61b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2153fd8 View commit details
    Browse the repository at this point in the history
  33. Validate test PR + fix subtitcles clip

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5f57894 View commit details
    Browse the repository at this point in the history
  34. Fix tests on textclip

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    856a7a9 View commit details
    Browse the repository at this point in the history
  35. add doc for matmul and and operator + enforce typing of frame in clip…

    ….show + rename with_sub_effect to with_sub_effects
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ca9f48f View commit details
    Browse the repository at this point in the history
  36. Fix tests on videoclip

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    dce5423 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    27edd7b View commit details
    Browse the repository at this point in the history
  38. fix test compositing

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e717320 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    82b969a View commit details
    Browse the repository at this point in the history
  40. Fix tests on ffmpeg_writer

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    50adf08 View commit details
    Browse the repository at this point in the history
  41. remove now useless test_examples

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3bd501b View commit details
    Browse the repository at this point in the history
  42. Fix method resize + fix default expand for rotate

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    41810e2 View commit details
    Browse the repository at this point in the history
  43. Fix bad time conversion for end_time

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    549978e View commit details
    Browse the repository at this point in the history
  44. add doc

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a2bcd60 View commit details
    Browse the repository at this point in the history
  45. all test on fx working

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8be5cc9 View commit details
    Browse the repository at this point in the history
  46. fix tests issues

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e010536 View commit details
    Browse the repository at this point in the history
  47. fix tests on tools

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    76993b7 View commit details
    Browse the repository at this point in the history
  48. Use v2 imageio read for images to make gif works

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    81c2941 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b9d22bb View commit details
    Browse the repository at this point in the history
  50. remove debug print + improve doc for subtitles

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    35e9c7e View commit details
    Browse the repository at this point in the history
  51. Fix test subtitles

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6311c4a View commit details
    Browse the repository at this point in the history
  52. No need to test editor anymore

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    45740d4 View commit details
    Browse the repository at this point in the history
  53. Use imageio.v2 imread

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    aa52738 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9713a72 View commit details
    Browse the repository at this point in the history
  55. add tests for doc examples

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    507d173 View commit details
    Browse the repository at this point in the history
  56. Use shorter media for doc testing

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e0675c8 View commit details
    Browse the repository at this point in the history
  57. Update doc code examples

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b6d4c31 View commit details
    Browse the repository at this point in the history
  58. update pre-commit, block and flake8

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2f6ad0d View commit details
    Browse the repository at this point in the history
  59. Make tests name for doc example more readable

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e8c50af View commit details
    Browse the repository at this point in the history
  60. fix few examples

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b434d2e View commit details
    Browse the repository at this point in the history
  61. Apply black formatting

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    59e0f8b View commit details
    Browse the repository at this point in the history
  62. Use latest version of numpy

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d75eb56 View commit details
    Browse the repository at this point in the history
  63. Fix importing version break install

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    feda255 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    92603ee View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    41fdf1d View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    82b1700 View commit details
    Browse the repository at this point in the history
  67. Update Docker and the doc relative to docker usage

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    73d93a2 View commit details
    Browse the repository at this point in the history
  68. add github link to doc menu

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c47f334 View commit details
    Browse the repository at this point in the history
  69. add info for migrating from v1 to v2

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    242074a View commit details
    Browse the repository at this point in the history
  70. Remove useless test, format doc examples, add doc for dev guide, upda…

    …te readme
    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f6e467f View commit details
    Browse the repository at this point in the history
  71. add warning about breaking change with v2

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f72f758 View commit details
    Browse the repository at this point in the history
  72. fix notice format

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fc6e11e View commit details
    Browse the repository at this point in the history
  73. change readme from rst to md

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6f62c3a View commit details
    Browse the repository at this point in the history
  74. improve format readme

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b95501a View commit details
    Browse the repository at this point in the history
  75. improve format readme

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d67956c View commit details
    Browse the repository at this point in the history
  76. Remove imagemagick from ci

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    380d97b View commit details
    Browse the repository at this point in the history
  77. remove old resize

    osaajani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ed18e81 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    76e948b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218930c View commit details
    Browse the repository at this point in the history
  3. fix title length

    osaajani committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    43089d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Add margin parameter to textclip

    osaajani committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    455865d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Update docs/conf.py

    Co-authored-by: Martín Gaitán <gaitan@gmail.com>
    OsaAjani and mgaitan authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5241db7 View commit details
    Browse the repository at this point in the history
  2. Update docs/_static/code/user_guide/compositing/juxtaposing.py

    Co-authored-by: Martín Gaitán <gaitan@gmail.com>
    OsaAjani and mgaitan authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d3aed0c View commit details
    Browse the repository at this point in the history
  3. Add long_description_content_type

    osaajani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3f58b23 View commit details
    Browse the repository at this point in the history