mirror of
https://github.com/3b1b/videos.git
synced 2022-02-13 01:35:58 +03:00
25 lines
860 B
YAML
25 lines
860 B
YAML
directories:
|
|
mirror_module_path: True
|
|
output: "/Users/grant/Dropbox/3Blue1Brown/videos"
|
|
raster_images: "/Users/grant/Dropbox/3Blue1Brown/images/raster"
|
|
vector_images: "/Users/grant/Dropbox/3Blue1Brown/images/vector"
|
|
pi_creature_images: "/Users/grant/Dropbox/3Blue1Brown/images/pi_creature/svg"
|
|
sounds: "/Users/grant/Dropbox/3Blue1Brown/sounds"
|
|
data: "/Users/grant/Dropbox/3Blue1Brown/data"
|
|
temporary_storage: "/Users/grant/Dropbox/3Blue1Brown/manim_cache"
|
|
universal_import_line: "from manim_imports_ext import *"
|
|
# tex:
|
|
# executable: "xelatex -no-pdf"
|
|
# template_file: "ctex_template.tex"
|
|
# intermediate_filetype: "xdv"
|
|
style:
|
|
font: "CMU Serif"
|
|
background_color: "#000000"
|
|
camera_qualities:
|
|
high:
|
|
resolution: "1920x1080"
|
|
frame_rate: 60
|
|
default_quality: "ultra_high"
|
|
window_position: UR
|
|
window_monitor: 0
|
|
full_screen: False |