Glimpse icon indicating copy to clipboard operation
Glimpse copied to clipboard

Video clarity

Open NikunjGangani opened this issue 7 years ago • 1 comments

How to make best clarity video? Video clarity is very low.

NikunjGangani avatar Feb 23 '18 19:02 NikunjGangani

try the code below

NSDictionary *settings = @{
                               AVVideoCodecKey: AVVideoCodecH264,
                               AVVideoWidthKey: @(self.size.width * [UIScreen mainScreen].scale),
                               AVVideoHeightKey: @(self.size.height* [UIScreen mainScreen].scale)
                               };

shutup avatar Dec 28 '18 09:12 shutup