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

Watermark frame out of place on some segments #197

Open CaptainKurt opened 9 years ago

CaptainKurt commented 9 years ago

While exporting some videos via AVAssetExportSession there are certain video segments that misplace the watermark half-way out of view. When retrying to export the same video the watermark is misplaced at the same segment.

rFlex commented 9 years ago

Is the video orientation different on those segments?

CaptainKurt commented 9 years ago

The video orientation is the same for all segments. Also the size of the watermark is not constant. Sometimes the exported watermark is larger than others.

rFlex commented 9 years ago

Could you share the dictionary representation of the SCRecordSession and the video files?

Thank you so much!

AnthoPakPak commented 8 years ago

This comes from the different resolution between segments. I have the same problem, have you got an idea to solve that ? On some segments the overlay appear very big whereas on other it appears normal. How to make it the same on all segments ?