ios-samples/AVCustomEdit
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
AVCustomEdit Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots Update 'AVCustomEdit' sample (#327) 2018-12-06 20:34:22 -08:00
AVCustomEdit.sln Update 'AVCustomEdit' sample (#327) 2018-12-06 20:34:22 -08:00
Metadata.xml Update 'AVCustomEdit' sample (#327) 2018-12-06 20:34:22 -08:00
README.md onboard missing samples 2019-08-01 19:56:58 -07:00

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
csharp
xamarin
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.

Home View

Instructions

  1. Open the transition menu in the lower right. Select a transition.
  2. Press play and observe the video.
  3. 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.