From 68961251a5995184e21e94fa10e35f081fcf9cd5 Mon Sep 17 00:00:00 2001 From: kyarik Date: Tue, 21 May 2019 11:54:56 +0200 Subject: [PATCH] Mentioned -r argument in example_scenes comment It is a good option to mention because the current default for a high quality 60fps video is 2560x1440. So, if someone wants a 1920x1080 video, they should pass -r 1080. --- example_scenes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example_scenes.py b/example_scenes.py index 19c4e50a..6e41c3ab 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -11,6 +11,8 @@ from manimlib.imports import * # Use the -p to have the animation (or image, if -s was # used) pop up once done. # Use -n to skip ahead to the n'th animation of a scene. +# Use -r to specify a resolution (for example, -r 1080 +# for a 1920x1080 video) class OpeningManimExample(Scene):