Add custom metadata to video using AVFoundation

前端 未结 4 595
一生所求
一生所求 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条回答
  •  -上瘾入骨i
    2021-01-06 09:01

    When using AVMutableComposition, you can set the metadata property on the AVAssetExportSession when you go to write it out, rather than setting it on the asset (the composition) itself.

提交回复
热议问题