generated from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manim.cfg
106 lines (101 loc) · 2.2 KB
/
manim.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[CLI]
notify_outdated_version = True
write_to_movie = True
format = mp4
save_last_frame = False
write_all = False
save_pngs = False
zero_pad = 4
save_as_gif = False
save_sections = False
preview = False
show_in_file_browser = False
verbosity = INFO
progress_bar = display
output_file =
log_to_file = False
background_color = BLACK
background_opacity = 1
from_animation_number = 0
upto_animation_number = -1
media_dir = content/thoughts/images
log_dir = {media_dir}/logs
assets_dir = quartz/static
video_dir = {media_dir}/{module_name}/video/{quality}
sections_dir = {video_dir}/sections
images_dir = {media_dir}/{module_name}/images
tex_dir = {media_dir}/tex
text_dir = {media_dir}/texts
partial_movie_dir = {video_dir}/partial_movie_files/{scene_name}
renderer = opengl
enable_gui = True
gui_location = 0,0
fullscreen = False
window_position = UR
window_size = default
window_monitor = 0
force_window = False
use_projection_fill_shaders = False
use_projection_stroke_shaders = False
movie_file_extension = .mp4
frame_rate = 60
pixel_height = 2160
pixel_width = 3840
max_files_cached = 100
flush_cache = False
disable_caching = False
disable_caching_warning = False
enable_wireframe = False
dry_run = False
tex_template =
plugins =
[CLI_CTX]
align_option_groups = True
align_sections = True
show_constraints = True
indent_increment = 2
width = 80
col1_max_width = 30
col2_min_width = 35
col_spacing = 2
row_sep =
theme =
command_help =
invoked_command =
heading =
constraint =
section_help =
col1 =
col2 =
epilog =
[custom_folders]
media_dir = videos
video_dir = {media_dir}
sections_dir = {media_dir}
images_dir = {media_dir}
text_dir = {media_dir}/temp_files
tex_dir = {media_dir}/temp_files
log_dir = {media_dir}/temp_files
partial_movie_dir = {media_dir}/partial_movie_files/{scene_name}
[logger]
logging_keyword = bold yellow
logging_level_notset = dim
logging_level_debug = green
logging_level_info = green
logging_level_warning = red
logging_level_error = red bold
logging_level_critical = red bold reverse
log_level =
log_time = cyan dim
log_message =
log_path = dim
log_width = -1
log_height = -1
log_timestamps = True
repr_number = green
[ffmpeg]
loglevel = ERROR
ffmpeg_executable = ffmpeg
[jupyter]
media_embed = False
media_width = 60%%