Open wijnen opened 3 years ago
I have probably found the problem. I had rendered the annotations in Blender into mkv, without transparency. So that's not flowblade's fault. I'm now rerendering into webm. I'll report back when it's done.
Anyway, another thing that seems counter intuitive to me: I had to reverse V2 and V3, because they were in the opposite order of what I expected (V2 was on top of V3). Since the stack is visually on screen as V3 > V2 > V1, it makes no sense to me that it actually behaves as V2 > V3 > V1. But maybe this is because I had to use the screen blend mode? I'll see about that once the render is done.
Also, is there an easy way to move clips from one track to another, including their compositors? V2 (now V3) consisted of many segments with transitions and it took me a lot of work to just move them to a different track. I had expected that this would be possible with a block select and move operation, but instead I had to move every clip individually, and delete and recreate every compositor. Is there no easier way?
Finally, I found that the limitation of only allowing V1 as the parent clip was not useful for me. V2 (now V3) is the track with all the video segments; V1 is just the background. I want my audio tracks to have their video segment as a parent, so I don't accidentally move them out of sync. Is my workflow wrong, or is the limitation (which I understood is only there to incentivize a good workflow) not right for this use case?
Yes, that was the problem. So I'll change this issue into a request for some things I encountered during this "incident". Most violate POLA.
Finally, it's very well possible that I'm just not understanding how things are supposed to work in Flowblade. I'm used to Blender's video sequence editor, and Flowblade is obviously expecting a different workflow. If the things I'm trying to do can be easily achieved in a way that Flowblade expects, please point me to relevant documentation about the recommended workflow.
I have V1 as a background track. In V2 is a green screen recording which is overlayed on it using a blend compositor with the type set to normal. V3 is some annotation which is mostly transparent. If I set the target track to V2 (which is what it picks by default), I see only the annotations and nothing "behind" it. I saw on YouTube that I'm not supposed to do that, I should instead set it to target V1. If that is always the case, that should be the default setting.
Anyway, when targeting V1, the output is my recording (V2) with the annotations on it (V3), but no background (V1). I don't understand what's happening.
A workaround seems to be to set the blend mode for V3 to "screen". That does mess up the colors of the annotations though. I suppose I could try to compensate that by modifying the media file, but that seems like something I shouldn't need to do for such a common operation.
What am I missing? How can I do a simple stack of more than two layers with some transparency?