Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video Remixer: Allow for multiple block hints per scene #319

Merged
merged 6 commits into from
Apr 9, 2024

Conversation

jhogsett
Copy link
Owner

@jhogsett jhogsett commented Apr 8, 2024

Add support for adding more than a single Block processing hint. They are separated with commas like all processing hints, and are processed in the order they appear.

  • This is necessary because, if using Block FX to obscure content that shouldn't be shown, often there are several places in the scene that need blocking

Also, add support for "Sticky" Block Hints. Follow the Block hint type with ! to make it stick until stopped.

  • This is necessary because, if using Block FX to obscure constant content, such as a company logo, it should not be necessary to add that block to each scene
  • Examples:
    • Block a face in the center square of the scene with pixelation; also block the lower-right square with pixelation beginning with this scene and appearing until stopped: {B:X5/9,X!9/9}
    • Cancel Sticky Block Hints starting with the next scene after this one: {B:!} (place the cancel hint in the last scene the sticky hint should appear)

@jhogsett jhogsett changed the title Multiple block fx Video Remixer: Allow for multiple block hints per scene Apr 8, 2024
@jhogsett jhogsett merged commit f578962 into main Apr 9, 2024
2 checks passed
@jhogsett jhogsett deleted the multiple-block-fx branch April 9, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant