YouTube video: https://youtu.be/vvcQfcdNtH8
This video is created in many scenes. All the exports are in the exports
folder. Order of the scenes are described in the flow.md
file.
Clone the repository by executing the following command in the terminal.
git clone https://github.com/VisionaryNomads/SwaraAI-YT.git
cd SwaraAI-YT
Install the dependencies by executing the following command in the terminal.
pip3 install -r requirements.txt
pip install -r requirements.txt
Render the scenes by executing the following command in the terminal.
python3 main.py {SCENE} -r {RESOLUTION}
python main.py {SCENE} -r {RESOLUTION}
SCENE can be any of the key in the scenes.json
file.
For RESOLUTION, see the Quality of the Video section.
To render all the scenes, execute python3 main.py all -r {RESOLUTION}
.
To render scenes in a specific folder, execute python3 main.py all -f {FOLDER} -r {RESOLUTION}
.
For more information, execute python3 main.py --help
.
For windows, execute python main.py --help
.
720p30 is the default resolution. To change the resolution, use the -r
flag.
Flags for resolution:
-rl 480p15 (854x480)
-rm 720p30 (1280x720)
-rh 1080p60 (1920x1080)
-rp 1440p60 (2560x1440)
-rk 2160p60 (3840x2160)
Created by Gopal Saraf.
Created using manim.
This project is licensed under the MIT License.