SDAVAssetExportSession icon indicating copy to clipboard operation
SDAVAssetExportSession copied to clipboard

AVAssetExportSession drop-in replacement with customizable audio&video settings

Results 46 SDAVAssetExportSession issues
Sort by recently updated
recently updated
newest added

Before this change SDAVAssetExportSession was not actually a drop-in replacement for AVAssetExportSession when called from Swift. One concession I made is that the initializer return values are nullable even though...

Hello,I found that the result of getting the video direction is not very accurate. Have you tried Vertical shooting, Horizontal screen recording, Horizontal shooting and Game moment? It's my test...

Video export failed with error: The operation could not be completed (-11800) I get this error when I set AVVideoWidthKey to @1920 and AVVideoHeightKey to @1920, but It works if...

Is there a way to determine what values I could use for AVVideoAverageBitRateKey?

For this issue https://github.com/rs/SDAVAssetExportSession/issues/91

I tried installing the pod by adding the following to my pod file. But it doesn't seem to exist. Attempt 01: pod 'SDAVAssetExportSession', '~> 0.0.4' Attempt 02: pod 'SDAVAssetExportSession' Nothing...

Hello, This project is great (y), but I faced with few crashes on my application: 1) ``` *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '*** -[AVAssetWriterInput appendSampleBuffer:] Must...

I use SDAVassetExportSession to Export Video from album,but some video has problemsd. It exported two file, IMG_0360.MP4(no size,can't play), IMG_0360.MP4.sb-5087d367-Oy5Lku(unknow file,but it has size the same as the original video)...

For popular WeChat app, it produce video which is portrait but the translation is not obey the protocol.

Hi Olivier, Nice work for video export on Apple system by offering customizable audio&video settings. I recently made an alternative implementation by reference of your codes. And found that there...