google / spatial-media

Specifications and tools for 360º video and spatial audio.
Other
1.86k stars 430 forks source link

Are there any objective-c version for injecting metadata into video #65

Open tomtomtong opened 8 years ago

tomtomtong commented 8 years ago

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

vade commented 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

tomtomtong commented 8 years ago

Thx. You mean I could achieve this by using your libraries in the link?