• v1.7.2 39b67521c2

    jkaindl released this 2026-05-29 15:19:32 +00:00 | 35 commits to main since this release

    Two fixes on top of v1.7.1.

    Blur fast-fail

    If the blur filter rejects every extracted frame (too-soft footage), the run now fails immediately with a clear, actionable message — instead of proceeding into COLMAP and dying with a cryptic "No images with matches". The error tells you to use sharper video or lower blur_threshold.

    Install (important)

    The app is unsigned / not notarized, so macOS quarantines it and right-click → Open is unreliable (App Translocation still blocks the launch with a -1712 error). Clear the quarantine flag once after installing:

    xattr -dr com.apple.quarantine /Applications/AutoSplat.app
    

    Then it opens as a normal window. First run installs ffmpeg / COLMAP / Brush via Homebrew.

    Supersedes v1.7.1.

    Downloads