rs / SDAVAssetExportSession

AVAssetExportSession drop-in replacement with customizable audio&video settings
MIT License
805 stars 212 forks source link

Progress skips around #29

Closed solomon23 closed 9 years ago

solomon23 commented 9 years ago

I'm using a KVO to detect progress and using it for a progress bar. I'm noticing the progress bar skipping around and looking at the values i see why:

0.972635 0.974072 0.975509 0.99885 0.976945 0.978382

My video contains mix compositions of multiple audio tracks and is a crop of the total length of video. Could that effect this ?