-
-
Notifications
You must be signed in to change notification settings - Fork 49
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] Non monotonically increasing dts #430
Comments
:128: RuntimeWarning: 'manim.main' found in sys.modules after import of package 'manim', but prior to execution of 'manim.main'; this may result in unpredictable behaviour [05/17/24 01:24:34] INFO Animation 0 : Using cached data (hash : 4236965120_1805888222_223132457) cairo_renderer.py:88
Concatenating animation files to 'slides/files/Paragraph1' and generating reversed animations: 0%| | 0/3 [00:00<?, ?it/s][05/17/24 01:45:04] WARNING Skipping video file utils.py:22 |
ah okay I've inspected the error more closely. I have checked out #390 , but that was supposed to be closed already.. what? I'm going to try reinstalling manim. |
does not work on 0.18.1 either. is there any way to solve this quick? |
I just decided to go over every single line of code, and remove what doesn't work. It works fine now, but I hope there will be a definite solution in the future |
Hello @Sarang0218, can you check if one of partial movies files is an empty file? Also, could it be possible to reduce the size of your example? |
Description
Renders fine. (the manim part works ok)
There are some files that last 0:00. maybe that's the problem.
ValueError: [Errno 22] Invalid argument: 'slides/files/Paragraph1/9a0e95b3fee2a04ed822a0b476064663528145f26b39900b189f486d99c14fb7.mp4'; last error log: [mp4] Application
provided invalid, non monotonically increasing dts to muxer in stream 0: 810000 >= 808500
Current Code:
Version
5.1.7
Platform
macOS
Screenshots
No response
Additional information
seems like rendering twice sometimes resolves the issue. rendering line by line sometimes doesn't cause issues. I tried to find the cause of error everywhere, but every line seems to generate an error, and then just something else decides to break??
I think it's because of the 0:00 files, but I have no idea how to remove them. please help.
The text was updated successfully, but these errors were encountered: