mirror of
https://github.com/samsonjs/SJSAssetExportSession.git
synced 2026-03-25 08:45:50 +00:00
Update Readme.md with Swift Package Index shields
This commit is contained in:
parent
979a8e23ee
commit
63dc13d316
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# SJSAssetExportSession
|
# SJSAssetExportSession
|
||||||
|
|
||||||
|
[](https://swiftpackageindex.com/samsonjs/SJSAssetExportSession)
|
||||||
|
[](https://swiftpackageindex.com/samsonjs/SJSAssetExportSession)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
`SJSAssetExportSession` is an alternative to [`AVAssetExportSession`][AV] that lets you provide custom audio and video settings, without dropping down into the world of `AVAssetReader` and `AVAssetWriter`. It has similar capabilites to [SDAVAssetExportSession][SDAV] but the API is completely different, the code is written in Swift, and it's ready for the world of strict concurrency.
|
`SJSAssetExportSession` is an alternative to [`AVAssetExportSession`][AV] that lets you provide custom audio and video settings, without dropping down into the world of `AVAssetReader` and `AVAssetWriter`. It has similar capabilites to [SDAVAssetExportSession][SDAV] but the API is completely different, the code is written in Swift, and it's ready for the world of strict concurrency.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue