LightCompressor_iOS
LightCompressor_iOS copied to clipboard
A powerful and easy-to-use video compression swift package for iOS.
Xcode suggestion and log : Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[AVAssetWriterInput appendSampleBuffer:] Cannot append sample buffer: First input buffer must have an appropriate kCMSampleBufferAttachmentKey_TrimDurationAtStart since the...
** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '*** -[AVAssetReader startReading] cannot be called again after reading has already started' *** First throw call stack: (0x19c817298 0x1b0571480 0x1a3c92638 0x100ac49d0...
Hey Abed! This library helping us a lot but we are facing some issues while compressing those videos using this library. I am running the sample project with the tags...
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...
Crash
** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '*** -[AVAssetReader startReading] cannot be called again after reading has already started'
Crash
Hey Abed! The library works great on short videos. But when I try to compress a large file 50seconds. I run unto this error: ![Screenshot 2023-01-28 at 4 04 25...
A little confused as to why it has to be set to iOS11, I looked at the compressVideo method implementation and found no API usage with this restriction. Want to...
It looks like AVAssetWriter fails when the app goes into the background. Is there a way to keep compressing even when in background?
Is there a way to move the moov atom to the start of the video after compression? This would make it more useful for streaming the video if downloading from...