Post

Replies

Boosts

Views

Activity

Reply to FCPXML Creation issue...
Any reason you're using video0, etc? Can you try use r1, r2, etc. as Final Cut Pro would do? The error you're seeing is because your asset is missing a format: <asset id="video0" name="11a(1-5).mp4" start="0s" hasVideo="1" videoSources="1" duration="6.81s"> You're using incorrectly using decimal places for the time values - i.e. 9.94s. These should be rational numbers.
Topic: Media Technologies SubTopic: Video Tags:
Oct ’24
Reply to MPSImageScale throws BAD ACCESS
Based on the description in this header file, it certainly sounds like you can either use MPSImageLanczosScale or MPSImageBilinearScale, and MPSImageScale is not really an option: https://github.com/xybp888/iOS-SDKs/blob/fa4a2d866231985fa9538fafc800421aa99b83f2/iPhoneOS13.0.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Headers/MetalPerformanceShaders.h#L647
Topic: Graphics & Games SubTopic: General Tags:
Feb ’23
Reply to FxPlug SDK 4.3.2 causes dyld errors when loaded on versions of macOS prior to 14.6
Hopefully now fixed in FxPlug 4.3.3! 🥳
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Terminal Bus error: 10 during xcrun notarytool submit
I also see this randomly on Xcode 16.1.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Accessibility and Screen Recording Permissions for Helper and Main Bundles
This behaviour still exists in macOS Sequoia.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to FxPlug, Titles in FCPX where to start?
You can learn more about FxPlug4 here: https://fcp.cafe/developers/fxplug/
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to SF Symbols animation in Final Cut Pro
To use SF Symbols in Final Cut Pro, you'd need to build your own FxPlug4 plugin. See: https://developer.apple.com/documentation/professional-video-applications/fxplug
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to FCPXML Creation issue...
Any reason you're using video0, etc? Can you try use r1, r2, etc. as Final Cut Pro would do? The error you're seeing is because your asset is missing a format: <asset id="video0" name="11a(1-5).mp4" start="0s" hasVideo="1" videoSources="1" duration="6.81s"> You're using incorrectly using decimal places for the time values - i.e. 9.94s. These should be rational numbers.
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Crash Report Diagnosis
Are you able to post the full crash report?
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to FxPlug4.3_FxRemoteWindowAPI_window.frame.origin?
AFAIK, it's not possible to control Window properties in FxPlug4 or Workflow Extensions - Final Cut Pro controls the window, all we can do is populate the Windows with content.
Replies
Boosts
Views
Activity
Oct ’24
Reply to FxPlug4.3_NSPanel_setLevel
AFAIK, it's not possible to control Window properties in FxPlug4 or Workflow Extensions - Final Cut Pro controls the window, all we can do is populate the Windows with content.
Replies
Boosts
Views
Activity
Oct ’24
Reply to FxPlug4.3 & Window
AFAIK, there's no means to control the Window properties - this is all handled by Final Cut Pro itself.
Replies
Boosts
Views
Activity
Oct ’24
Reply to fcpxml asset-clip "tcFormat" attribute question
or is there a way to tell FCP to use a default start time independent of timecode? No, you need to provide correct and accurate timecode values in the FCPXML. This framework might be of use? https://github.com/orchetect/DAWFileKit
Replies
Boosts
Views
Activity
Oct ’24
Reply to xcodebuild segmentation fault
I'm also running into the same issue on macOS Sonoma 14.3 and Xcode 15.4. Installing the previous Xcode 15.3 fixed the issue. xcodebuild -version Xcode 15.4 Build version 15F31d
Replies
Boosts
Views
Activity
Jun ’24
Reply to CKShare - You cannot get the URL of a share until it's been saved to the server
Sorry to dig up an old thread, but just wondering if 3 years later, anyone has any insight they can provide, as I'm seeing the same issue?
Replies
Boosts
Views
Activity
May ’23
Reply to MPSImageScale throws BAD ACCESS
Based on the description in this header file, it certainly sounds like you can either use MPSImageLanczosScale or MPSImageBilinearScale, and MPSImageScale is not really an option: https://github.com/xybp888/iOS-SDKs/blob/fa4a2d866231985fa9538fafc800421aa99b83f2/iPhoneOS13.0.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Headers/MetalPerformanceShaders.h#L647
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Document security scoped bookmark fails with helper app
This thread keeps coming up in my Google searches. Did you ever find an answer/solution?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22