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

Bump moviepy from 1.0.3 to 2.1.1 #2075

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps moviepy from 1.0.3 to 2.1.1.

Release notes

Sourced from moviepy's releases.

v2.1.1

What's Changed

Full Changelog: Zulko/moviepy@v2.1.0...v2.1.1

v2.1.0

What's Changed

New Contributors

Full Changelog: Zulko/moviepy@v2.0.0...v2.1.0

v2.0.0

What's Changed - a lot

First release to PyPI in 4 years, so here is an unfiltered list of contributions

... (truncated)

Changelog

Sourced from moviepy's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format from v2.0.0 onwards is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Full Changelog

Important Announcements

Added

  • Support for copy.copy(clip) and copy.deepcopy(clip) with same behaviour as clip.copy() #1442
  • audio.fx.multiply_stereo_volume to control volume by audio channels #1424
  • Support for retrieve clip frames number using clip.n_frames #1471
  • AudioClip.max_volume(stereo=True) now can return more than 2 channels #1464
  • video.io.ffmpeg_reader.ffmpeg_parse_infos returns data from all streams by FFmpeg inputs in attribute inputs #1466
  • video.io.ffmpeg_reader.ffmpeg_parse_infos returns metadata of the container in attribute metadata #1466
  • center, translate and bg_color arguments to video.fx.rotate #1474
  • audio.fx.audio_delay FX #1481
  • start_time and end_time optional arguments to multiply_volume FX which allow to specify a range applying the transformation #1572
  • loop argument support writing GIFs with ffmpeg for write_gif and write_gif_with_tempfiles #1605

Changed

  • Lots of method and parameter names have been changed. This will be explained better in the documentation soon. See Zulko/moviepy#1170 for more information. #1170
  • Changed recommended import from import moviepy.editor to import moviepy. This change is fully backwards compatible #1340
  • Renamed audio.fx.volumex to audio.fx.multiply_volume #1424
  • Renamed cols_widths argument of clips_array function by cols_heights #1465
  • video_nframes attribute of dictionary returned from ffmpeg_parse_infos renamed to video_n_frames #1471
  • Renamed colorx FX by multiply_color #1475
  • Renamed speedx FX by multiply_speed #1478
  • make_loopable transition must be used as FX #1477
  • requests package is no longer a dependency #1566
  • accel_decel FX raises ValueError if sooness parameter value is lower than zero #1546
  • Clip.subclip raise ValueError if start_time >= clip.duration (previously printing a message to stdout only if start_time > clip.duration) #1589
  • Allow to pass times in HH:MM:SS format to t argument of clip.show method #1594
  • TextClip now raises ValueError if none of the text or filename arguments are specified #1842

Deprecated

  • moviepy.video.fx.all and moviepy.audio.fx.all. Use the fx method directly from the clip instance or import the fx function from moviepy.video.fx and moviepy.audio.fx. #1105

Removed

  • VideoFileClip.coreader and AudioFileClip.coreader methods removed. Use VideoFileClip.copy and AudioFileClip.copy instead #1442
  • audio.fx.audio_loop removed. Use video.fx.loop instead for all types of clip #1451
  • video.compositing.on_color removed. Use VideoClip.on_color instead #1456

Fixed

  • Fixed BitmapClip with fps != 1 not returning the correct frames or crashing #1333

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/moviepy-2.1.1 branch from 82a2b7e to af39d14 Compare November 26, 2024 14:03
Bumps [moviepy](https://github.com/Zulko/moviepy) from 1.0.3 to 2.1.1.
- [Release notes](https://github.com/Zulko/moviepy/releases)
- [Changelog](https://github.com/Zulko/moviepy/blob/master/CHANGELOG.md)
- [Commits](Zulko/moviepy@v1.0.3...v2.1.1)

---
updated-dependencies:
- dependency-name: moviepy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/moviepy-2.1.1 branch from af39d14 to 4a71c26 Compare November 26, 2024 14:04
@subzeroid subzeroid closed this Nov 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/moviepy-2.1.1 branch November 28, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant