Describe the bug
When using an FX Cut, it only applies its attached effects to the lower clips if there is a clip above it
To Reproduce
Steps to reproduce the behavior:
- In Shotcut:
a. Place a base clip
b. Place an adjustment clip over it with an effect, observe that the output is unchanged
c. Place a clip over the adjustment clip, observe that the effects are applied in the period when the adjustment layer has a clip both beneath it and above it
- In Melt:
a. Try the provided command in the docs: melt video.mp4 -track -blank 50 -producer color:0 meta.fx_cut=1 out=99 -attach sepia
b. Try the workaround: melt video.mp4 -track -blank 50 -producer color:0 meta.fx_cut=1 out=99 -attach sepia -track color:transparent -transition composite a_track=0 b_track=2
Expected behavior
The adjustment clip should apply its effects to everything below without anything above it (the melt command was working on 8166aab, so most likely a regression)
Desktop (please complete the following information):
- OS: Ubuntu
- OS Version: 26.04
- MLT/melt version: 7.41.0
Additional context
I am using WSL
Describe the bug
When using an FX Cut, it only applies its attached effects to the lower clips if there is a clip above it
To Reproduce
Steps to reproduce the behavior:
a. Place a base clip
b. Place an adjustment clip over it with an effect, observe that the output is unchanged
c. Place a clip over the adjustment clip, observe that the effects are applied in the period when the adjustment layer has a clip both beneath it and above it
a. Try the provided command in the docs:
melt video.mp4 -track -blank 50 -producer color:0 meta.fx_cut=1 out=99 -attach sepiab. Try the workaround:
melt video.mp4 -track -blank 50 -producer color:0 meta.fx_cut=1 out=99 -attach sepia -track color:transparent -transition composite a_track=0 b_track=2Expected behavior
The adjustment clip should apply its effects to everything below without anything above it (the melt command was working on 8166aab, so most likely a regression)
Desktop (please complete the following information):
Additional context
I am using WSL