ChanakyaHirpara
ChanakyaHirpara
Inside 'extension MediaProcessor {' class change from "let exportSession = AVAssetExportSession(asset: mixComposition, presetName: AVAssetExportPresetHighestQuality)" to "let exportSession = AVAssetExportSession(asset: mixComposition, presetName: AVAssetExportPresetPassthrough)"
Simulator On Wed, 10 Feb 2021 at 3:58 PM, Bohdan Sasko wrote: > @Abdullahyasin I have tried and didn't > notice a crash. Did u try on a device or...
Sure. Thank you very much. On Wed, 10 Feb 2021 at 4:01 PM, Bohdan Sasko wrote: > @ChanakyaHirpara I see. thanks. > please try on a device. I hope in...
Yes but i am not familiar with android. So if you would help that would be great and appreaciated. On Wed, 14 Sep 2022 at 6:31 PM, Wang Yang ***@***.***>...
I am using FilterGraph and before I can reclaimResources it crashes. It is working good with downsampled but I want to apply those filter chains on the original image for...
-(void)removeImageViews { for (NSInteger i = 0; i < self.splashScreenImageView.count; i++) { UIImageView *imageView = self.splashScreenImageView[i]; [UIView animateWithDuration:0.8f animations:^{ [UIView animateWithDuration:0.2f animations:^{ self.shadowImageView.alpha = 0.0f; }]; }]; ``` [UIView animateWithDuration:0.4f...