Skip to content

Conversation

@TheSecurityDev
Copy link
Contributor

@TheSecurityDev TheSecurityDev commented Feb 3, 2026

Removes the assertion and make --big false by default for clips. The metadata overlay will need the size adjusted, but that can be done separately.

./tools/clip/run.py --demo -t "mici UI"

output-mici.mp4

./tools/clip/run.py --demo --big -t "big UI"

output-big.mp4

./tools/clip/run.py --demo --qcam -t "mici UI (qcam)"

output-mici-qcam.mp4

./tools/clip/run.py --demo --big --qcam -t "big UI (qcam)"

output-big-qcam.mp4

Copilot AI review requested due to automatic review settings February 3, 2026 21:48
@github-actions github-actions bot added the tools label Feb 3, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR switches the tools/clip/run.py script to use the mici UI by default for generated clips, while still allowing the previous "big" UI via a flag.

Changes:

  • Change the --big CLI flag so that it no longer defaults to True, making the mici UI the default rendering mode.
  • Remove the assertion that previously prevented running clips with the mici UI, allowing both UIs to be used depending on the flag.
  • Keep environment setup and rendering logic wired through the big flag so the correct UI and BIG env variable are still applied when requested.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant