a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
362 stars 115 forks source link

i have found cannot locate symbol "av_default_item_name" using this library in my android studio #70

Open shaikh2783 opened 2 years ago

shaikh2783 commented 2 years ago

can you please help me regarding to this issue "cannot locate symbol "av_default_item_name" referenced by "/data/app/com.social.forteindia-jupcSy3f5nKEVWrNV-cRcw==/lib/arm64/libmobileffmpeg.so"..." thank you

natvar97 commented 2 years ago

can you please help me regarding to this issue "cannot locate symbol "av_default_item_name" referenced by "/data/app/com.social.forteindia-jupcSy3f5nKEVWrNV-cRcw==/lib/arm64/libmobileffmpeg.so"..." thank you

Hii

i have solved this problem by import this library locally in my project and i changed the ffmpeg library class that used in this library with i have used in my project ffmpeg library class

for example:

in this library used: implementation 'com.arthenica:mobile-ffmpeg-min:4.4.LTS'

but in my project i have used implementation 'com.arthenica:ffmpeg-kit-full:4.5'

so i replacee the class in library ActVideoTrimmer.java class ffmpeg to my library ffmpegkit

i have solved this problem today

i wish this will helpful to you

a914-gowtham commented 2 years ago

Hi @shaikh2783 sorry for the late response. can you share the reproduce steps and the device detail?

ahmedDahliz commented 7 months ago

@shaikh2783, @a914-gowtham did you guys find the way to solve this problem please ?