-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[BUG] cannot concatenate video files with manim-slides utils #494
Comments
Hi @luccpaiva, thank you for reporting this bug! It looks like PyAV just released v14, which contains undocumented breaking changes. I will see when I can fix those. In the meantime, can you try installing av<14 ? |
Tomorrow, I will release a patch version tomorrow that blocks PyAV 14. |
Dear @jeertmans, it does run with an older version of PyAV (i.e. 13.1.0). However, I now have a different issue, black screen. I will check for related issues and reach back to you. |
okay this: #401 (comment) worked (PySide instead of PyQt). Thank you for the quick reply, I have a presentation next week and I'd really like to use manim-slides, I guess now it's possible! |
Nice, happy it solved your issue :D ! |
* chore(deps): Pin `av<14` to avoid breaking changes Closes #494 * chore(docs): syntax
Terms
Describe the issue
I can run the manim command and generate the video without errors, but manim-slides fails at generating the necessary files (like the .json needed for running the presentation).
I have tried older versions of manim-slides (until far back 5.1) and also with manim-lib. The error is the same across all tests
Command
manim-slides render example.py BasicExample
Issue Type
Installation issue
Python version
Python 3.12.0
Python environment
What is your platform?
Windows
Other platform
No response
Manim Slides Python code
Relevant log output
Screenshots
No response
Additional information
❯ pip freeze
annotated-types==0.7.0
av==14.0.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
click-default-group==1.2.4
cloup==3.0.5
colorama==0.4.6
decorator==5.1.1
glcontext==3.0.0
idna==3.10
isosurfaces==0.1.2
Jinja2==3.1.4
lxml==5.3.0
manim==0.18.1
manim-slides==5.1.9
ManimPango==0.6.0
mapbox_earcut==1.0.2
markdown-it-py==3.0.0
MarkupSafe==3.0.2
mdurl==0.1.2
moderngl==5.12.0
moderngl-window==3.0.2
networkx==3.4.2
numpy==2.1.3
packaging==24.2
pillow==11.0.0
pycairo==1.27.0
pydantic==2.10.2
pydantic-extra-types==2.10.0
pydantic_core==2.27.1
pydub==0.25.1
pyglet==2.0.18
PyGLM==2.7.3
Pygments==2.18.0
python-pptx==1.0.2
QtPy==2.4.2
requests==2.32.3
rich==13.9.4
rtoml==0.11.0
scipy==1.14.1
screeninfo==0.8.1
skia-pathops==0.8.0.post2
srt==3.5.3
svgelements==1.9.6
tqdm==4.67.1
typing_extensions==4.12.2
urllib3==2.2.3
watchdog==6.0.0
XlsxWriter==3.2.0
Folder tree:
|-- [Dir] pycache
|-- [Dir] media
|-- [Dir] slides
|-- [File] example.py
|-- [Dir] images
|-- [Dir] videos
|-- [Dir] example
|-- [Dir] example
|-- [Dir] 1080p60
|-- [Dir] partial_movie_files
|-- [File] BasicExample.mp4
|-- [Dir] BasicExample
|-- [File] 2852726489_2902030821_3481576351.mp4
|-- [File] 2852726489_3368153825_3481576351.mp4
|-- [File] 2852726489_3931823519_1829105458.mp4
|-- [File] 3977891868_1210654341_223132457.mp4
|-- [File] partial_movie_file_list.txt
|-- [File] uncached_00000.mp4
|-- [Dir] files
|-- [Dir] BasicExample
|-- [File] example.cpython-312.pyc
Recommended fix or suggestions
No response
The text was updated successfully, but these errors were encountered: