Morris Butler
Morris Butler
Hi @NK-Studio I've looked at your video and I can see two problems: 1. The video has not been encoded with faststart enabled, and 2. The video and audio tracks...
I use mp4info from the bento4 tools, available [here](https://www.bento4.com/downloads/). Using it like this: ``` mp4info --verbose --show-layout test.mp4 ``` Generates the following output: ``` File: major brand: isom minor version:...
We don't support the iOS simulator with AVPro Movie Capture at this time.
> this framework is dynamic or static? The framework is dynamic > Undefined symbols for architecture arm64: "_AVPMC_PluginBootstrap", referenced from: _NativePlugin_MCPluginBootstrap_m6355BE967777E3A8FC8E6467632F07A7AFDCBB60 in RenderHeads.AVProMovieCapture.Runtime1.o _NativePlugin__cctor_mC2DA05C1E2883E7AFC025620C10DA119F1C7C81C in RenderHeads.AVProMovieCapture.Runtime1.o "_CallIosMethod", referenced from: _NativeBridge_CallIosMethod_mBB3AB78AE6D7FA372FADAD8AC240D41A2115D2A1...
The file `AVProMovieCapture.m` provides the `AVPMC_PluginBootstrap` function so it looks like the file is not being included as part of the Unity library in your project.
`AVProMovieCapture.m` is in the Unity project and should be included when exporting the Xcode project. It is separate to `AVProMovieCapture.framework` and required to load the framework at runtime. You can...
That function is provided in `AVProMovieCapture.m` and is required to link the framework at runtime.
That folder should contain both `AVProMovieCapture.framework` and `AVProMovieCapture.m`. You appear to be missing one of them (I cannot tell which from the screenshot). `AVProMovieCapture.framework` should have "Add to Embedded Binaries"...
Reproduced using: - Unity 2022.3.44f1 - AVPro Video 3.0.11 - iPad Pro (10.5") running iPadOS 17.6.1