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 e4837b4 commit b660303Copy full SHA for b660303
tests/manim.cfg
@@ -0,0 +1,14 @@
1
+[CLI]
2
+frame_rate = 15
3
+pixel_height = 480
4
+pixel_width = 854
5
+from_at_animation_number = 0
6
+upto_at_animation_number = -1
7
+png_mode = RGB
8
+movie_file_extension = .mp4
9
+write_to_movie = False
10
+write_all = False
11
+save_last_frame = False
12
+save_pngs = False
13
+save_as_gif = False
14
+leave_progress_bars = False
tests/test_cli/manim.cfg
@@ -0,0 +1,6 @@
+write_to_movie = True
+# write_all = False
+save_last_frame = True
+# save_pngs = False
tests/tests_data/manim.cfg
0 commit comments