rubygarage / media-watermark

GPU/CPU-based iOS Watermark Library for Image and Video Overlay
https://rubygarage.org/
MIT License
219 stars 63 forks source link

Performance Improvement #34

Open sambing opened 5 years ago

sambing commented 5 years ago

Merging multiple videos and exporting the composition is at least 70% faster than applying the watermark and doing the same procedure or just applying the watermark to the finalized video. Is there anything that can be done to improve performance when adding a plain image watermark?

nimrodbens commented 5 years ago

@sambing i'm trying to add a watermark of a text and an image with this library and it takes me 20-30 seconds for a 2 minute video. do you have any suggestions for me? it is my first time trying to do this.