0

I am trying to add a watermark layer(image / text) to a video using the source code from the below link but when added with gesture recognizers to resize the watermark and while exporting, the position and direction of the added watermark changes in opposite direction on the converted movie file kindly help me to resolve this issue. http://developer.apple.com/library/ios/#samplecode/AVSimpleEditoriOS/Introduction/Intro.html

original added watermark and converted video watermarks

vadivelu
  • 508
  • 10
  • 26

1 Answers1

0

geometryFlipped = YES. This is will sort out this issue.

vadivelu
  • 508
  • 10
  • 26