sagark1510 / react-native-video-watermark

use image as watermark over video
7 stars 9 forks source link

Android passing image won't work #3

Closed vmenekos closed 4 years ago

vmenekos commented 4 years ago

I pass image with file:// or content:// or without and never works.

sagark1510 commented 4 years ago

@vmenekos did you check the example file? Which OS are you testing with?

vmenekos commented 4 years ago

@sagark1510 on iOS it works just fine. on Android however i pass the image that should be overlayed it fails. To be more clear it seems it processes and saves the video but image isn't in the video written.

vmenekos commented 4 years ago

Somehow i got it working... i don't if it was my old phone. But now image a lot wider than the video.

vmenekos commented 4 years ago

The bug was that the lib i saved the image didn't save with correct values: height/width. Otherwise lib works great!