Skip to content

Adjustment Clip (FX Cut) Requires a Clip Above it to function #1283

Description

@doruphin

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:

  1. 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
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions