I have a server that starts the rendering of a certain model with a script. 1 frame is rendered ~3 seconds, it turns out that for a five-second video it takes about 120 frames, which takes a very large amount of time. Are there other possibilities for implementation?
Asked
Active
Viewed 88 times
0
-
https://blender.stackexchange.com/questions/52559/how-to-render-a-scene-faster-in-cycles – Duarte Farrajota Ramos May 08 '23 at 22:16
1 Answers
0
Maybe something like:
blender -b <blend-file> -P <python-script> -a
-bis telling blender to run in background mode-Pis for python script to run-ais to start animation render
Duarte Farrajota Ramos
- 59,425
- 39
- 130
- 187
Respawn
- 1
-
I'm sorry if I didn't express myself clearly This is what I am using now I want to know if there is a faster way – cranky May 08 '23 at 19:50