How to change a video(.mp4) meta-info using a AVAssetWriter
API?
I want to not re-encode. only wanted to modify the video meta-info.
how to write a next code?
AVAssetWriter *writer = [AVAssetWriter assetWriterWithURL:[NSURL URLWithString:myPath] fileType:AVFileTypeQuickTimeMovie error:nil];
if I mistaken, give me some hint.
Thanks!!