shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.24k stars 321 forks source link

Update ffmpeg binaries (Android) #361

Open siddharth-kt opened 2 years ago

siddharth-kt commented 2 years ago

Can you please update default ffmpeg binaries in this library ? Since i am facing hard time to create them on my side on Windows for android (no good video or documentation is available), I think it will be a piece of cake for you. 🙂

Thanks.

AhteshamShahNitor commented 1 year ago

Hi @siddharth-kt, did you find a way to update FFmpeg binaries? I need to update binaries compatible with android 11 and 12.

siddharth-kt commented 1 year ago

Hi @AhteshamShahNitor, I did not got any other solution. But its working fine on android 11 or 12. Did you faced any issue on these android versions ?

AhteshamShahNitor commented 1 year ago

Thanks for the quick reply @siddharth-kt I am facing a crash issue for some of the videos in android 11 or 12 and we identified that it is related to FFmpeg.so file. We are getting the below log in the crash report.

Any help will be appreciated, Thank you.

Crash log:

`Crashed: Thread : SIGABRT 0x0000000000000000

00 pc 0x78b9c libc.so

01 pc 0x78b68 libc.so

02 pc 0x76717dc874

03 pc 0x7671747150

04 pc 0x76717474e4

05 pc 0x7671746598

06 pc 0x767174578c

07 pc 0x440554 libart.so

08 pc 0x7613bd23fa

09 pc 0x7613c15397

10 pc 0x20087c libart.so

11 pc 0x20b02c libart.so

12 pc 0x7333ea98

13 pc 0x7613bd23fa

14 pc 0x7613bd22f8

15 pc 0x20087c libart.so

16 pc 0x20a254 libart.so

17 pc 0x7613bd22f8

18 pc 0x436b6c libart.so

19 pc 0x5589dc libart.so

20 pc 0x7613c153cb

21 pc 0x576910 libart.so

22 pc 0x7613bd2294

23 pc 0x211cc4 libart.so

24 pc 0x7613aebcaa

25 pc 0x7613aebc88

26 pc 0x7613a64f10

27 pc 0x7613aebc88

28 pc 0x7613bf96e6

29 pc 0x442dd8 libart.so

30 pc 0xa14ffc libart.so

31 pc 0x7613aebc88

32 pc 0x473fd4 libart.so

33 pc 0x385c1c libart.so

34 pc 0x473638 libart.so

35 pc 0xa14ffc libart.so

36 pc 0xdd664 libart.so`

siddharth-kt commented 1 year ago

Actually I don't know much about this so can't help but @shahen94 might help you.

AhteshamShahNitor commented 1 year ago

ok thanks @siddharth-kt for the help, @shahen94 @gevgasparyan please let me know if you can help from any perspective. Any help will be appreciated, thank you.