wess / Glimpse

UIView recording library.
MIT License
557 stars 42 forks source link

Video clarity #16

Open NikunjGangani opened 6 years ago

NikunjGangani commented 6 years ago

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

shutup commented 5 years ago

try the code below

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