2021-02-02 21:23:16 +08:00
|
|
|
directories:
|
|
|
|
# Set this to true if you want the path to video files
|
|
|
|
# to match the directory structure of the path to the
|
|
|
|
# sourcecode generating that video
|
|
|
|
mirror_module_path: False
|
|
|
|
# Where should manim output video and image files?
|
|
|
|
output: ""
|
|
|
|
# If you want to use images, manim will look to these folders to find them
|
|
|
|
raster_images: ""
|
|
|
|
vector_images: ""
|
|
|
|
# If you want to use sounds, manim will look here to find it.
|
|
|
|
sounds: ""
|
|
|
|
# Manim often generates tex_files or other kinds of serialized data
|
|
|
|
# to keep from having to generate the same thing too many times. By
|
|
|
|
# default, these will be stored at tempfile.gettempdir(), e.g. this might
|
|
|
|
# return whatever is at to the TMPDIR environment variable. If you want to
|
|
|
|
# specify them elsewhere,
|
|
|
|
temporary_storage: ""
|
2021-02-08 12:25:26 +08:00
|
|
|
universal_import_line: "from manimlib import *"
|
2021-02-02 21:23:16 +08:00
|
|
|
style:
|
2022-08-23 11:41:21 +08:00
|
|
|
tex_template: "default"
|
|
|
|
font: "Consolas"
|
2022-05-24 15:16:59 -07:00
|
|
|
text_alignment: "LEFT"
|
2022-08-23 11:41:21 +08:00
|
|
|
background_color: "#333333"
|
2021-02-02 21:23:16 +08:00
|
|
|
# Set the position of preview window, you can use directions, e.g. UL/DR/OL/OO/...
|
|
|
|
# also, you can also specify the position(pixel) of the upper left corner of
|
|
|
|
# the window on the monitor, e.g. "960,540"
|
|
|
|
window_position: UR
|
2021-02-09 10:53:26 -08:00
|
|
|
window_monitor: 0
|
2021-11-08 21:47:02 -08:00
|
|
|
full_screen: False
|
2024-08-22 14:24:26 -05:00
|
|
|
file_writer_config:
|
|
|
|
# If break_into_partial_movies is set to True, then many small
|
|
|
|
# files will be written corresponding to each Scene.play and
|
|
|
|
# Scene.wait call, and these files will then be combined
|
|
|
|
# to form the full scene. Sometimes video-editing is made
|
|
|
|
# easier when working with the broken up scene, which
|
|
|
|
# effectively has cuts at all the places you might want.
|
|
|
|
break_into_partial_movies: False
|
|
|
|
video_codec: "libx264"
|
|
|
|
pixel_format: "yuv420p"
|
|
|
|
saturation: 1.0
|
|
|
|
gamma: 1.0
|
2022-05-14 17:29:07 -07:00
|
|
|
camera_resolutions:
|
|
|
|
low: "854x480"
|
|
|
|
med: "1280x720"
|
|
|
|
high: "1920x1080"
|
|
|
|
4k: "3840x2160"
|
2022-08-23 11:41:21 +08:00
|
|
|
default_resolution: "high"
|
2022-05-28 21:43:37 +08:00
|
|
|
fps: 30
|
2022-12-29 14:38:25 -08:00
|
|
|
embed_exception_mode: "Verbose"
|
2022-12-29 14:58:40 -08:00
|
|
|
embed_error_sound: False
|