Skip to content
Pedro Rodrigues edited this page Nov 11, 2017 · 1 revision

Optimizing Chunk division:

If the project you're working on is just a few videos spliced together, there isn't any mystery, just set it to auto (even number of frames per chunk) and you're good to go. Because the VIDEO rendering of Blender is single threaded.

If some effects are in play, like "fade in"s and "fade out"s, overlays, changing colors, etc. These will use extra CPU power, sometimes on multiple threads.

You can compensate for this by setting a smaller chunk size, so as some processes are busy with those harder parts, more simple parts are in the queue and getting done.

Clone this wiki locally