Benjamin Hackl
Benjamin Hackl
## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is...
Ongoing post-pyav refactor: fixes #3831 - [ ] cleanup inconsistently named containers/streams in added code - [ ] think about actually opening file to check codec - [ ] deal...
If an `pydub.AudioSegment` is created from a file that is neither a `.wav` or `.raw` file, the library tries to interact with the ffmpeg CLI. Two possible resolutions: - Tell...
There are a bunch of SVG features that appear more or less regularly that Manim currently does not support. Missing features that have been reported at some point are collected...
Title, basically. I imagine one well-worded paragraph mentioning - that the library (both the original as well as the community edition) are MIT licensed, - that the code for Grant's...
This rewrites the remuxing and combination of the video + audio streams that have been produced throughout `Scene.render`, which is happening in the `SceneFileWriter.combine_to_movie` method. The rewritten version now works...
### Discussed in https://github.com/ManimCommunity/manim/discussions/4047 It would be nice if the font was added to the built docker image.
In accordance with https://scientific-python.org/specs/spec-0000/ (which we have at some point loosely discussed to follow), our minimum supported Python version could be bumped to 3.11. This also bumps the minimum required...
There are a bunch of things that would be nice to get done until the next release to ensure a smoother dev experience with less friction when it comes to...