tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
400 stars 51 forks source link

Video watermark Permission Denied #242

Closed MamyChow closed 3 years ago

MamyChow commented 3 years ago

Hi, I tried to make a watermark on video so i did something like that: RNFFmpeg.execute(ffmpeg -i ${url} -i '../config/images/logo.png' -filter_complex "overlay=10:10" out.mp4) And i have this error../config/images/logo.png: Permission denied, i understand that i cannot access my project folder (and i saw that in Tips) but i don't know how to access to my image to make my watermark.

If someone can help me <3

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.