Results 6 comments of Apps dev

Yes, Its woking there in Fullcalendar with axisFormat. But not working in Yii2 I am providing the axisFormat in clientOptions like 'clientOptions' => [ 'defaultView' => 'agendaWeek', 'fixedWeekCount' => false,...

Hello Team, May you suggest me, how to add textview text and imageview images on the top of video while exporting the final video with composition. Whenever i am exporting...

May be there a extra layer of images adding on video so that it is looking like it's blinking. https://user-images.githubusercontent.com/9291694/224920190-05923f0b-16ab-4f1f-be96-360d0c4e809c.MP4

//MARK: 🚀🚀Export Video func exportVideo(){ LocalStore.instance.export = true FilterImage.shared.export(self.videoAsset,VideoCompositon) { result in switch result { case .success(let outputURL): self.tempOutputUrl = outputURL let url = outputURL as AnyObject // self.exportFile(outputImg: url...

// MARK: --- MTIVideoComposition Method static func DemoFilter(asset :AVAsset,render:MTIContext) -> MTIVideoComposition?{ // --- MPSDefinitionFilter FilterImage.shared.isApplyFilter = true FilterImage.shared.filterdImage = nil let blendFilter = MTIBlendFilter(blendMode: overBlendMode) let lookup = MTIColorLookupFilter() let...

MTIVideoComposition is fine because Video is playing fine on the player view as i want but during export it blinks.