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.
This commit is contained in:
kyarik
2019-05-21 11:54:56 +02:00
committed by GitHub
parent 4d368e85c9
commit 68961251a5

View File

@ -11,6 +11,8 @@ from manimlib.imports import *
# Use the -p to have the animation (or image, if -s was # Use the -p to have the animation (or image, if -s was
# used) pop up once done. # used) pop up once done.
# Use -n <number> to skip ahead to the n'th animation of a scene. # Use -n <number> to skip ahead to the n'th animation of a scene.
# Use -r <number> to specify a resolution (for example, -r 1080
# for a 1920x1080 video)
class OpeningManimExample(Scene): class OpeningManimExample(Scene):