|
| 1 | +### [14th April 2026](/news/20260414) |
| 2 | + |
| 3 | +Happy Tuesday! 👋 |
| 4 | + |
| 5 | +Following on from yesterday's Blackmagic-heavy post, their NAB 2026 video went live last night. |
| 6 | + |
| 7 | +You can watch it on [YouTube](https://www.youtube.com/watch?v=RQP06snnWOY): |
| 8 | + |
| 9 | +[](https://www.youtube.com/watch?v=RQP06snnWOY) |
| 10 | + |
| 11 | +I just really love these launch videos - they're perfect. |
| 12 | + |
| 13 | +Grant is just awesome - he's so knowledgeable, so on-top of everything, and clearly just loves what he does, and what his and his team builds. |
| 14 | + |
| 15 | +I get so much joy at watching him geeking out over "beautiful racks" of gear. |
| 16 | + |
| 17 | +It's clear that he's VERY excited about Immersive Filmmaking - especially for live broadcast. |
| 18 | + |
| 19 | +As this is a Final Cut Pro site, I won't go into too much detail over the changes in DaVinci Resolve - however it's basically what I was expecting. |
| 20 | + |
| 21 | +[Jumper](https://getjumper.io) now has competition in the DaVinci Resolve space, and there's a HEAP of incredible new machine learning tools. |
| 22 | + |
| 23 | +[Fairlight Live](https://www.blackmagicdesign.com/au/products/fairlightlive) looks AMAZING - and insanely powerful. |
| 24 | + |
| 25 | +You can learn more about all their announcements and new products on the [Blackmagic website](https://www.blackmagicdesign.com). |
| 26 | + |
| 27 | +Interestingly, the one thing we didn't actually see released is an official Blackmagic RAW Media Extension, which was announced at the previous Final Cut Pro Creative Summit - so [BRAW Toolbox](https://brawtoolbox.fcp.cafe) remains the best way to get BRAW footage into Final Cut Pro. |
| 28 | + |
| 29 | +I'm still tinkering with a BRAW Toolbox Media Extension - but it's a very tricky problem to solve, so no promises or ETA. |
| 30 | + |
| 31 | +In other news, Apple has removed the old Pages, Keynote, Numbers apps from the Mac App Store, which is kinda sad - leaving only the Apple Creator Studio versions. |
| 32 | + |
| 33 | +You can read more on [9to5Mac](https://9to5mac.com/2026/04/13/apple-removes-old-pages-keynote-numbers-apps-for-macos/). |
| 34 | + |
| 35 | +--- |
| 36 | + |
| 37 | +Things have been busy in the world of **SpliceKit**! 🔥 |
| 38 | + |
| 39 | +We now have OpenTimelineIO import and export, and the beginnings of an Audio Mixer! 🥳 |
| 40 | + |
| 41 | +There's been a quite few releases in the last 24 hours... |
| 42 | + |
| 43 | +**SliceKit v3.1.8** had the following changes: |
| 44 | + |
| 45 | +**🐞 Bug Fixes:** |
| 46 | +- **Transcript persistence across projects** — switching projects no longer shows stale transcript from previous project; added `transcript.clear` RPC endpoint |
| 47 | +- **addTodoMarker fixed** — was returning "No responder handled"; now uses direct sequence method |
| 48 | +- **Silence detection** — was returning 0 silences on clips with obvious pauses; improved threshold algorithm and added start-to-start interval detection |
| 49 | +- **Timeline duration** — was reporting 0.000s; now falls back to summing spine clip durations |
| 50 | +- **add_markers_at_times offset** — now accounts for timeline start offset (e.g. 01:00:00:00) |
| 51 | + |
| 52 | +**🥳 New Features:** |
| 53 | +- **OpenTimelineIO import/export** — universal timeline exchange with DaVinci Resolve, Premiere Pro, Avid (`.otio`, `.edl`, `.aaf`) |
| 54 | +- **Native OTIO-to-FCPXML converter** — frame-exact conversion with canonical SMPTE timebases |
| 55 | +- **Compound clip drilling** — `get_timeline_clips` now exposes `isCompound`, `nestedItemCount`, and `include_nested` parameter |
| 56 | +- **Batch editing tools** — `apply_transition_to_all_clips`, `batch_apply_effect`, `batch_color_correct` |
| 57 | +- **Expanded command palette** — full categorized action lists, comprehensive AI capabilities prompt |
| 58 | +- **Lua example** — `shuffle_clips.lua` script |
| 59 | + |
| 60 | +**SliceKit v3.1.9** had the following changes: |
| 61 | + |
| 62 | +**🐞 Bug Fixes:** |
| 63 | +- Fix patcher signing on macOS 15.7.3 — the patcher was applying only 1 entitlement (cs-disable-library-validation) instead of the full set needed for ad-hoc signing. This caused the re-signed app to launch unsigned on some systems, triggering a CloudKit crash (EXC_BREAKPOINT in CloudContentCatalog.updateCatalogAndRegistry()). Now applies all 4 required entitlements including explicit app-sandbox=false to prevent CloudKit entitlement validation failures. Fixed across all patcher paths: GUI app (initial patch + update), shell script, and entitlements.plist. (Fixes #23) |
| 64 | + |
| 65 | +**📄 Documentation:** |
| 66 | +- Added plain-English explainer — What Is SpliceKit? covers what it is, how it works, and whether it's safe, written for non-technical users. Linked from the top of the README. |
| 67 | + |
| 68 | +**SliceKit v3.1.10** had the following changes: |
| 69 | + |
| 70 | +**🐞 Bug Fix:** |
| 71 | +- Fix CloudKit crash on Final Cut Pro 12.2+, patcher diagnostic logging to `~/Library/Logs/SpliceKit/patcher.log`, comprehensive startup diagnostics in `dylib`, disable spring-loaded blade. |
| 72 | + |
| 73 | +**SliceKit v3.1.11** had the following changes: |
| 74 | + |
| 75 | +**🐞 Bug Fix:** |
| 76 | +- Fix transcript editor missing connected clips (`FFAnchoredClip` URL resolution), mixer panel, caption enhancements, CloudContent diagnostic logging, patcher launch monitoring. |
| 77 | + |
| 78 | +**SliceKit v3.1.12** had the following changes: |
| 79 | + |
| 80 | +**🔨 Improvements** |
| 81 | +- Live audio metering in mixer panel, Final Cut Pro role colors, keyframed volume support. |
| 82 | + |
| 83 | +**SliceKit v3.1.13** had the following changes: |
| 84 | + |
| 85 | +**🐞 Bug Fix:** |
| 86 | +- Mixer metering works without Audio Meters panel, CALayer tree search for mini transport meters. |
| 87 | + |
| 88 | +You can download and learn more on the [SpliceKit Website](https://splicekit.fcp.cafe). |
| 89 | + |
| 90 | +--- |
| 91 | + |
| 92 | +**PostLab v26.1.2** has been released with the following changes: |
| 93 | + |
| 94 | +**Improved:** |
| 95 | +- Much improved and faster Synology Drive support. |
| 96 | + |
| 97 | +**Fixed:** |
| 98 | +- On Synology Drive, Box and Dropbox, an error could occur when switching and loading collections. Also, loading and saving could take longer than expected. Thanks for reporting, Felipe, Matthieu and Sam! |
| 99 | + |
| 100 | +You can learn more and download on the [PostLab website](https://hedge.co/products/postlab). |
| 101 | + |
| 102 | +--- |
| 103 | + |
| 104 | +**Doza Assist v2.1.0 and v2.1.1** have been released with the following changes: |
| 105 | + |
| 106 | +**Stories Sidebar:** |
| 107 | +- Browse, rename, and switch between stories in the left sidebar |
| 108 | +- Duration and clip count shown per story |
| 109 | +- Trash button with confirmation dialog |
| 110 | + |
| 111 | +**Chat Story Building:** |
| 112 | +- Build stories directly from Chat using natural language |
| 113 | +- Build as Story button when chat returns clips |
| 114 | +- Inline story results in chat with clip previews and Open in Story Builder action |
| 115 | + |
| 116 | + |
| 117 | +**UI Improvements:** |
| 118 | +- Reordered tabs: Transcript > AI Analysis > Chat > Story Builder > Clips > Export |
| 119 | +- Removed story topbar, moved Play All to action buttons |
| 120 | +- Better sidebar scrolling - video player stays visible |
| 121 | +- Clean spacing between action buttons and story clips |
| 122 | + |
| 123 | +**Bug Fixes:** |
| 124 | +- Fixed story clips not rendering when opening Story Builder from Chat |
| 125 | +- Speakers section hidden on Story Builder tab to reduce clutter |
| 126 | + |
| 127 | +You can download and learn more on [GitHub](https://github.com/DozaVisuals/doza-assist). |
| 128 | + |
| 129 | +--- |
| 130 | + |
| 131 | +**FCP Library Cleaner v0.8.0** is out now with the following improvements: |
| 132 | + |
| 133 | +- Cleanup Options: Added a "Delete All Temporary Files" button to quickly remove render, proxy, optimized, and optical flow files in a single click. |
| 134 | +- Library Import: Enhanced macOS integration allowing libraries to be imported by dragging and dropping them directly onto the application icon. |
| 135 | +- Translations: Expanded language support with new translations for German, Spanish, and Portuguese. |
| 136 | +- User Interface: Refined the interface for a more intuitive experience. |
| 137 | +- Error Handling: Improved internal logic to catch and display detailed error messages directly within the interface for better diagnostics. |
| 138 | +- Maintenance: Updated dependencies and refactored internal code architecture to improve stability and reliability. |
| 139 | + |
| 140 | +You can learn more and download from the [Mac App Store](https://apps.apple.com/app/fcp-library-cleaner/id6499542720). |
| 141 | + |
| 142 | +--- |
| 143 | + |
| 144 | +**Change List X v1.2.27** is out now with the following bug fix: |
| 145 | + |
| 146 | +- Critical bug fix for a crash caused by audio with no timecode |
| 147 | + |
| 148 | +You can learn more and download from the [Mac App Store](https://apps.apple.com/app/change-list-x/id694746044). |
0 commit comments