Skip to content

Releases: BartWojtowicz/videopython

New and better effects in videopython!

08 Jun 09:57
ae26116
Compare
Choose a tag to compare

Videopython is coming again with some new and improved functionalities!

What's new:

  • [Effects] We've added new Blur effect that can be applied on video!
  • [Effects] Another added effect is FullImageOverlay, which enables you to overlay your video with an image. Current implementation allows it only for images matching the size of video.
  • [Utils] We've added 2 utility functions in videopython.utils.image. ImageText allows creating transparent images with text to be overlaid on the video. SlideOverImage allows you to create video by sliding over image.
  • [Generation] All generatoin modules are now using open source implementations instead of relying on APIs.

Happy generating!

Typed videopython and `videopython.generation` submodule!

29 Feb 07:40
a620e44
Compare
Choose a tag to compare

New 0.1.3 release just went live!

  • We are now typed with mypy
  • All of the generative functionalities are moved into videopython.generation
  • Fixed multiple runtime bugs in videopython.base.

Release 0.1.2 - better audio handling!

03 Feb 10:11
2f2d7b7
Compare
Choose a tag to compare

Welcome to the new year and new videopython release.

  • You can load and overlay multiple tracks on your video with Video.add_audio_from_file.
  • Adding audio tracks now works when adding multiple Video objects.
  • Your videos are loaded with audio tracks by default!

Release 0.1.1

04 Dec 19:05
8271610
Compare
Choose a tag to compare
  • We fixed videopython.utils.stability_generation image generation functionality to work fully with pip-installed version of videopython!
  • We added utility function for text-to-speech using OpenAI API in videopython.utils.text_to_speech!

Happy creating!

Release 0.1.0

26 Nov 13:59
978ffac
Compare
Choose a tag to compare

Hello world!!