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

Add video from camera roll to segments array #316

Closed AnthoPakPak closed 8 years ago

AnthoPakPak commented 8 years ago

This adds an "Add" button in player in order to import video from camera roll. You can merge videos from camera roll with video from SCRecorder app.

hongzhou85 commented 8 years ago

Hi @AnthoPakPak , do u know of a way to adjust the video orientation from the import from camera roll? I seems to have some issue importing as I'm using protrait orientation.

rFlex commented 8 years ago

It's missing some code to adjust the videoComposition on the generated AVPlayerItem to handle mixed orientation metadata in segments. Great demo anyway!

hongzhou85 commented 8 years ago

could u help point me to some reference to do that? Thanks!