Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
371 views
in Technique[技术] by (71.8m points)

android - Geotagging a captured video

Any one have idea about how to geotag the capture video? I have check it for images http://developer.android.com/reference/android/media/ExifInterface.html

but can not find much about the video. I have also check android app https://market.android.com/details?id=com.dailyroads.v&hl=en

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

This is the class used to store meta data about the video: MediaMetadataRetriever

As you can see that Android does not support Geotagging for videos.

So in summary:

  • 3gp and mp4 containers can't hold GeoTagging information
  • mov files can.
  • Android does not support geotagging for videos. The video's geo position is stored, but in the Android's internal database.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...