Currently rendering a video with 4K footage and retimed sections.
Normal footage renders about 2 frames/sec at about 30% CPU Retimed footage shoots CPU to 100% and takes 2..3 sec per frame
Looks like the file contains some kind of invalid nesting.
I can trace the crash to a stack overflow while rendering the strip ind render.cc. For some reason do_render_strip_uncached
in…
@ChengduLittleA I don't think simply reverting is a good idea.
Using the color mulitply to basically clip the transparency gradient created by the glow effect is what I'd consider a hack,…
Well it doesn't necessarily do that. If you use replace blend mode for exampe. Also the Opacity property does not change the image of the strip, but rather modifies how strips are…
Well it doesn't necessarily do that. If you use replace blend mode for exampe. Also the Opacity property does not change the image of the strip, but rather modifies how strips are blended.
F…
@RelyGFX How exaclty does this tie into your workflow?
@ChengduLittleA As discussed in the initial issue: to multiply the alpha there's the alpha factor of the blend mode so another…
unpinned_scene
pointer.
@EAW I didn't want to dive that deep into the code for a simple start project but looks like I will have to. There are obviosly differences in the implementation of the byte an float workflow.…
Can confirm the glitch on Blender 3.6.1 NVidia RTX 4060 536.99 (updated Studio drivers yesterday)
cc95c02a89
Adding an extened test file.
Timeline automates switches through blend modes
Color blocks are kept in byte buffer, Blocks on the left use convert to float
Sections switch color…