We're coming with a small new release! * `Video.from_path` now accepts much more video formats, which are compatible with ffmpeg! * New text to music audio generation was added in `videopython.generation.TextToMusic`! * We changed the package manager to `Rye`!
Happy generation!
0.2.0
After recent structure modifications and improvements, we've bumped the version to v0.2.0!
With the new version, we've also added more documentation in README and standardised naming of various arguments in `videopython.base` module. Happy generating 🤗
0.1.4
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!
0.1.3
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`.
0.1.2
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!
0.1.1
* 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`!