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

Edit Individual Segments #299

Open fresh83 opened 8 years ago

fresh83 commented 8 years ago

Is there a way I can allow users to add text to specific segments of video. I found this, but the customization of this library is causing some headeaches regarding how to integrate....if using the code from the stack link can i turn videoComp into a segment?

rFlex commented 8 years ago

You can generate you own AVVideoComposition using the segments inside an SCRecordSession and you can attach it to an AVPlayerItem (for playback) or an export session (for export).