cordova-plugin-video-editor icon indicating copy to clipboard operation
cordova-plugin-video-editor copied to clipboard

Add watermark support

Open Shrhawk opened this issue 8 years ago • 4 comments

Shrhawk avatar Mar 09 '16 18:03 Shrhawk

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.

rossmartin avatar Mar 10 '16 02:03 rossmartin

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.

rossmartin avatar Mar 10 '16 02:03 rossmartin

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 ?

Shrhawk avatar Mar 11 '16 12:03 Shrhawk

https://github.com/omergul123/LLVideoEditor http://stackoverflow.com/questions/15932041/how-can-i-add-a-watermark-in-a-captured-video-on-ios

@rossmartin

Shrhawk avatar Mar 19 '16 22:03 Shrhawk