I would like to use the h264 package: https://pub.dev/packages/ffmpeg_kit_flutter
But it just say: "you need to install a package with x264 inside. ", but how? What is the actual step for it?
I would like to use the h264 package: https://pub.dev/packages/ffmpeg_kit_flutter
But it just say: "you need to install a package with x264 inside. ", but how? What is the actual step for it?
from docs
2.2 Installing Packages
Installing ffmpeg_kit_flutter enables the https package by default. It is possible to install the other packages using the following dependency format.
dependencies:
ffmpeg_kit_flutter_<package name>: 4.5.1
eg audio
ffmpeg_kit_flutter_audio: 4.5.1-LTS
given that x264 is under package https-gpl , you install it as follows
ffmpeg_kit_flutter_https_gpl: 4.5.1-LTS
also a quick look into publishers page should make it easier to see exact package name .