Platforms to show: All Mac Windows Linux Cross-Platform

AVVideoCompositionCoreAnimationToolMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
You use an AVVideoCompositionCoreAnimationTool object to incorporate Core Animation in a video composition.

Any animations will be interpreted on the video's timeline, not real-time, so you should:

1. Set animations' beginTime property to 1e-100 rather than 0 (which CoreAnimation replaces with CACurrentMediaTime);
2. Set animations' removedOnCompletion property to false so they are not automatically removed.

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some examples using this class:


The items on this page are in the following plugins: MBS AVFoundation Plugin.


AVVideoCompositingMBS   -   AVVideoCompositionInstructionMBS


The biggest plugin in space...