rubygarage / media-watermark

GPU/CPU-based iOS Watermark Library for Image and Video Overlay
https://rubygarage.org/
MIT License
217 stars 63 forks source link

App crashing while adding watermark on video on IOS 14 #44

Open Abdullahyasin opened 3 years ago

Abdullahyasin commented 3 years ago

App is continuously crashing while i add watermark on video IOS 14.Before IOS 14 app working is fine.

ChanakyaHirpara commented 3 years ago

Inside 'extension MediaProcessor {' class change from "let exportSession = AVAssetExportSession(asset: mixComposition, presetName: AVAssetExportPresetHighestQuality)" to "let exportSession = AVAssetExportSession(asset: mixComposition, presetName: AVAssetExportPresetPassthrough)"

bohdansasko commented 3 years ago

@Abdullahyasin I have tried and didn't notice a crash. Did u try on a device or simulator?

ChanakyaHirpara commented 3 years ago

Simulator

On Wed, 10 Feb 2021 at 3:58 PM, Bohdan Sasko notifications@github.com wrote:

@Abdullahyasin https://github.com/Abdullahyasin I have tried and didn't notice a crash. Did u try on a device or simulator?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rubygarage/media-watermark/issues/44#issuecomment-776608943, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6Z5FMVIFGZI6KW7YFKSVTS6JNU3ANCNFSM4SUGWZYQ .

-- Regards, Chanakya

bohdansasko commented 3 years ago

@ChanakyaHirpara I see. thanks. please try on a device. I hope in nearest future it will be fixed on a simulator.

ChanakyaHirpara commented 3 years ago

Sure. Thank you very much.

On Wed, 10 Feb 2021 at 4:01 PM, Bohdan Sasko notifications@github.com wrote:

@ChanakyaHirpara https://github.com/ChanakyaHirpara I see. thanks. please try on a device. I hope in nearest future it will be fixed on a simulator.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/rubygarage/media-watermark/issues/44#issuecomment-776610958, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6Z5FJCF4ZHWSFA4IVZU6DS6JOAZANCNFSM4SUGWZYQ .

-- Regards, Chanakya