mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user