Open tomtomtong opened 8 years ago
AVFoundation supports timed metadata in MOV containers, and arbitrary metadata as a serializable dictionary into MP4 and MOV containers. Timed metadata within MP4 is not officially supported as per my DTS ticket response. However, you can do it if you modify 3rd party libraries. I have some working examples at http://github.com/Synopsis/Synopsis
Thx. You mean I could achieve this by using your libraries in the link?
I am makeing a 360 video capturing app. Are there any objective-c version for injecting metadata into video? So I could implement in iOS app. Thx