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.
This commit is contained in:
Devin Neal
2019-06-02 18:58:33 -07:00
committed by GitHub
parent 22c8aa0eb8
commit ed24541de6
4 changed files with 19 additions and 12 deletions

View File

@ -90,7 +90,7 @@ PRODUCTION_QUALITY_CAMERA_CONFIG = {
HIGH_QUALITY_CAMERA_CONFIG = {
"pixel_height": 1080,
"pixel_width": 1920,
"frame_rate": 30,
"frame_rate": 60,
}
MEDIUM_QUALITY_CAMERA_CONFIG = {