Add custom metadata to video using AVFoundation

前端 未结 4 598
一生所求
一生所求 2021-01-06 08:45

I want to add some info (metadata) to a video. I have found a way to retrieve metadata, but did not find any solution to set or modify metadata. I am using AVURLAsset<

4条回答
  •  花落未央
    2021-01-06 09:10

    Check out gusutils ==>

    https://github.com/gpambrozio/GusUtils

    There is an xcode project for creating a static library that lets you add metadata and geolocation information to your video and then persist to the assets library.

提交回复
热议问题