Android Ffmpeg Log Showing “ File:// Protocol Not Found”
I'm trying to overlay Image on video but FFmpeg log showing File://storage/emulated/0/whatsappCamera/wc1529921459336.jpg: Protocol not found I have also looked in below thread
Solution 1:
I solved this issue by replacing file path by file:///data/user/0/yourPackage/cache/yourFileName.ext or change File to file
Post a Comment for "Android Ffmpeg Log Showing “ File:// Protocol Not Found”"