cordova-plugin-video-editor
cordova-plugin-video-editor copied to clipboard
Add watermark support
Are you wanting this for iOS? I'm pretty sure you can add a watermark using the execFFMPEG
function. I know ffmpeg can add a watermark to a video. I'll look into it for iOS.
Also - another reason I responded no to the ffmpeg for iOS question is because it is slow on mobile devices and not optimized for their CPUs. If this were different and apple were OK with your app using ffmpeg I would add support for it.
ok its nice that you add support for watermark for ios, also how can we slow the video (playback rate 0.5x, 1x, 2x etc) permanently for ios ?
https://github.com/omergul123/LLVideoEditor http://stackoverflow.com/questions/15932041/how-can-i-add-a-watermark-in-a-captured-video-on-ios
@rossmartin