LightCompressor_iOS icon indicating copy to clipboard operation
LightCompressor_iOS copied to clipboard

background compress

Open LEEYOONJONG opened this issue 2 years ago • 2 comments

Hello! I'm using your project, and It works wonderful!

But I want to compress video in background mode.

How can I write code for this work?

I tried to cover compressVideo function using DispatchQueue.global in background mode... but it doesn't work.

DispatchQueue.global(qos: .background).sync{
            compression = videoCompressor.compressVideo(source: videoToCompress, ..)
 ....
}

Any words can help! HELP ME!

LEEYOONJONG avatar Apr 17 '22 14:04 LEEYOONJONG

Hi @LEEYOONJONG sorry you're facing this, we will release an update very soon to fix all the issue encountered, we're working on it at the moment.

AbedElazizShe avatar Jun 25 '22 15:06 AbedElazizShe

Hii @AbedElazizShe @LEEYOONJONG any update here?

swapnilsinha17 avatar Mar 03 '23 10:03 swapnilsinha17