is there way create own cinemagraphs using avfoundation or other image sdk in objective-c? not able find correct sdk or way implement this.
i checked documentation, not found regarding this.
any appreciated.
the avfoundation framework provides tools creating new compositions different assets (videos, images, etc.). can use avmutablecomposition achieve desired effect. https://developer.apple.com/library/ios//documentation/avfoundation/reference/avmutablecomposition_class/index.html
and can read more editing audio/video avfoundation apple docs here https://developer.apple.com/library/ios/documentation/audiovideo/conceptual/avfoundationpg/articles/03_editing.html
Comments
Post a Comment