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

Performance #239

Closed stoner2497 closed 3 years ago

stoner2497 commented 3 years ago

Description React-native-ffmpeg performance issues.

Expected behavior I want to run the computation on native os instead of js thread .

Current behavior run all computation on js thread.

Screenshots If applicable, add screenshots to help explain your problem.

Logs Post logs here or paste them to Ghostbin and insert the link here.

Environment

Other Please help me out how can i improve performance because if i take 20 sec video then too its taking 5 min to get things done.

Richi2293 commented 3 years ago

Do you have these problems on Android right? I have noticed that on Android it is really too slow and at moment I am only using it on iOS. But at the moment on Android with the targetSdkVersion 29 this library does not work for me and goes into "Permission denied" error

eliottguillaumin commented 3 years ago

On android when exporting high bitrate files it's not uncommon for my app to outright crash while RNFFmpeg does its thing, it's a real pain and it's probably due to that.

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.