Open NikunjGangani opened 6 years ago
try the code below
NSDictionary *settings = @{
AVVideoCodecKey: AVVideoCodecH264,
AVVideoWidthKey: @(self.size.width * [UIScreen mainScreen].scale),
AVVideoHeightKey: @(self.size.height* [UIScreen mainScreen].scale)
};
How to make best clarity video? Video clarity is very low.