google / spatial-media

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

How to inject metadata into 360 video for platform of iOS and Android? #135

Closed cievon closed 6 years ago

cievon commented 8 years ago

As title, on iOS、Android platform, how to inject metadata into 360 video in order to upload to youtube, ths

SahilMadan-zz commented 8 years ago

Hi cievon,

The spatial-media tools aren't supported on iOS. Your best bet would be to use the spatial-media tools on a desktop machine.

cievon commented 8 years ago

I make a c++ port is used to inject metadata into 360 video on iOS and Android based on VaroOkan,https://github.com/cievon/spatial-media/tree/master/spatialmedia

mdaymard commented 8 years ago

Hello, I'm still also searching for a way to do this on Android. I've tried with ffmpeg without success. Thanks cievon for the C++ port for Android ! By any chance do you still have the library and the JNI classes for your fork to be usable with Java ? Thanks in advance

tomtomtong commented 7 years ago

I finally use Lightweighted PythonistaKit framework to achieve this. My github code is posted below. https://github.com/spincle/Spatial-Media-For-iOS