How to change meta information of video (.mp4) using API AVAssetWriter?
I do not want to recode. just wanted to change the meta information of the video.
how to write the following code?
AVAssetWriter *writer = [AVAssetWriter assetWriterWithURL:[NSURL URLWithString:myPath] fileType:AVFileTypeQuickTimeMovie error:nil];
if I am wrong, give me some hint.
Thank!!
user1525048
source
share