16 Commits

Author SHA1 Message Date
f10baa3fcd Change default media output directory to from 'video' to 'videos' 2019-06-13 16:13:42 -07:00
f81c275631 make media, tex, and video directories configurable via flags 2019-06-04 20:51:18 -07:00
caa4577cd1 reorganize media file tree 2019-06-03 23:41:05 -07:00
ed24541de6 update dockerfile, add flag for high quality rendering (#573)
Allow rendering in 1080p by passing `--high_quality` and update the Dockerfile and Compose file to install Manim directly into the container.
2019-06-02 18:58:33 -07:00
01fa71a704 Prefer pwd to install dir for temp files
Temp files are project specific and thus can stay in the current project
directory.

Also breaks things if the package is installed in a read-only location.
Which could be expected because you don't generally expect the program
directories to be modified (except by the package manager).
2019-04-28 07:48:12 +02:00
b1c00e5129 Add DARKER_GREY 2019-03-20 17:37:57 -07:00
8c556f7586 don't write media_dir 2019-02-28 21:18:31 +00:00
766e5a12b4 add option to specify files directory 2019-02-15 20:37:42 +00:00
776f2707a5 Change default lag_ratio to something very small 2019-02-11 22:25:22 -08:00
2346175152 DEFAULT_FRAME_DURATION -> DEFAULT_FRAME_RATE and change value to 60 2019-02-03 12:10:00 -08:00
900e6ac837 Use frame_rate, instead of frame_duration, and make that part of the camera rather than the scene 2019-01-25 10:13:17 -08:00
8ae0556394 First pass at SceneFileWriter refactor 2019-01-24 21:47:40 -08:00
199a3b82c6 Make it possible to render multiple scenes 2019-01-12 12:31:29 -08:00
5ea1a37d4c Remove STAGED_SCENES_DIR 2019-01-11 14:23:03 -08:00
2419fbcc53 Changed the way Scene write to videos, where it writes each play or wait call as a separate file, and later concatenates them together. 2019-01-10 17:06:22 -08:00
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00