ffmpeg_kit_flutter: not suport libmp3lame? #625
Unanswered
appstarsbiblia
asked this question in
Q&A
Replies: 2 comments
-
You must use an |
Beta Was this translation helpful? Give feedback.
0 replies
-
resolved with ffmpeg_kit_flutter_audio package: ^5.1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to convert a wav to mp3 using libmp3lame, as the code always returns error 1
String ffmpegCommand = "ffmpeg -hide_banner -y -i $audioSampleFile -c:a libmp3lame -qscale:a 2 -ar 22050 $audioOutputFile";
ffmpeg_kit_flutter: ^5.1.0
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.6, on macOS 13.0 22A380 darwin-arm, locale
pt-BR)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.72.2)
[✓] Connected device (3 available)
! Error: Could not locate device support files. iPhone de Coladelo may be
running a version of iOS that is not supported by this version of Xcode.
You can download the latest version of Xcode from the Mac App Store or
developer.apple.com. (code 601)
[✓] HTTP Host Availability
Beta Was this translation helpful? Give feedback.
All reactions