зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
AVCustomEdit | ||
Screenshots | ||
AVCustomEdit.sln | ||
Metadata.xml | ||
README.md |
README.md
name | description | page_type | languages | products | urlFragment | ||
---|---|---|---|---|---|---|---|
Xamarin.iOS - AVCustomEdit | AVCustomEdit is a simple AVFoundation based movie editing application demonstrating custom compositing to add transitions | sample |
|
|
avcustomedit |
AVCustomEdit
AVCustomEdit is a simple AVFoundation based movie editing application demonstrating custom compositing to add transitions. It implements the CustomVideoCompositor and CustomVideoCompositionInstruction protocols to have access to individual source frames, which are then be rendered using OpenGL off screen rendering.
This is a port of Apple's iOS7 sample AVCustomEdit.
Instructions
- Open the transition menu in the lower right. Select a transition.
- Press play and observe the video.
- When satisfied, export the video.
Build
Building this sample requires Xcode 5.0 and iOS 7 or later.
License
Xamarin port changes are released under the MIT license.