TimecodeKit icon indicating copy to clipboard operation
TimecodeKit copied to clipboard

The definitive SMPTE timecode library for Swift.

Results 2 TimecodeKit issues
Sort by recently updated
recently updated
newest added

Adds a podspec enabling integration in projects with Cocoapods. For testing, include this line in your `Podfile` : ``` pod 'TimecodeKit', :git => 'https://github.com/arshiacont/TimecodeKit.git', :branch => 'feature/cocoapods' ```

Currently, extension methods in TimecodeKit on AVFoundation objects (`AVAsset`, `AVAssetTrack`, `AVMovie`) are somewhat limited as far as reading and writing timecode track information. ## 1. Improve/Extend Functionality Multiple timecode events...

enhancement