Skip to content

koher/swift-video

Repository files navigation

SwiftVideo

import SwiftVideo
import SwiftImage

let video = try! Video<RGBA<UInt8>>(avAsset: asset)

// Obtains frames of the `video`
for image in video { // image: Image<RGBA<UInt8>>
    // Uses `image` here
}

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages