rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

is there any option to compress already recorded video? #401

Open zeeshansuleman opened 7 years ago

freeubi commented 7 years ago

Yes, you need to recode it on the phone. After record stop, i just make a SCAssetExportSession with a few video settings and call the exportAsynchronouslyWithCompletionHandler

Easy, but its a bit slow on the older phones.