We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dff32 commit 02a8173Copy full SHA for 02a8173
manim_slides/utils.py
@@ -88,7 +88,7 @@ def reverse_video_file(src: Path, dest: Path) -> None:
88
89
for _ in range(frames_count):
90
frame = graph.pull()
91
- frame.pict_type = 1 # Otherwise we get a warning saying it is changed
+ frame.pict_type = 5 # Otherwise we get a warning saying it is changed
92
output.mux(output_stream.encode(frame))
93
94
for packet in output_stream.encode():
0 commit comments