tanersener / react-native-ffmpeg

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

[Questions] How to install ffmpeg ver 4.3? #194

Closed Rotemy closed 3 years ago

Rotemy commented 4 years ago

Hi, love this library!

I have 2 questions:

  1. I see on the docs that this library supports v4.1, v4.2 and v4.3-dev releases. How do I choose which version to install? Can I install an LTS version but with v4.3?
  2. When are you planning to support ver 4.3.1 which is the latest and stable version of ffmpeg?

Thanks

tanersener commented 4 years ago

4.1 Releases section lists which FFmpeg branches are supported by each plugin line. Unfortunately, it doesn't include ffmpeg version details for each plugin version. I'll try to add them in the next doc update.

Current version v0.4.4 is already based on ffmpeg v4.3.x. But it is different than the 4.3.1 version released on ffmpeg.org. Its exact version is 4.3-dev-1944. react-native-ffmpeg does not depend on point releases published. It uses the source code published on ffmpeg master branch. It is the version supported by ffmpeg developers.

The plan is to release the next version before October. It will be based on ffmpeg v4.4.

Rotemy commented 4 years ago

@tanersener thansk!

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.