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<
AVURLAsset<
Use -[AVAssetWriter setMetadata:].
This is set to an NSArray of AVMutableMetadataItems. Note that you cannot set the value after writing has started.
NSArray
AVMutableMetadataItem
Metadata keys and keyspaces are listed in AVMetadataFormat.h.
AVMetadataFormat.h