Geotagging a captured video

前端 未结 1 810
眼角桃花
眼角桃花 2020-12-18 07:22

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

1条回答
  •  一生所求
    2020-12-18 07:55

    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.

    0 讨论(0)
提交回复
热议问题