jbavari / cordova-plugin-video-editor

A cordova plugin to edit videos.
Other
289 stars 235 forks source link

Add watermark support #68

Open Shrhawk opened 8 years ago

rossmartin commented 8 years ago

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 commented 8 years ago

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.

Shrhawk commented 8 years ago

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 commented 8 years ago

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

@rossmartin