Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Unknown encoder 'libmp3lame' #655

Closed
Aaron009 opened this issue Dec 18, 2022 · 3 comments
Closed

Unknown encoder 'libmp3lame' #655

Aaron009 opened this issue Dec 18, 2022 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@Aaron009
Copy link

var fileName = '1671367291686.mp4';
var videoPath = '/data/user/0/com/cache/1671367291686.mp4';
var outPath = '/data/user/0/com/cache/new_1671367291686.mp4';
var session = await FFmpegKit.execute('-i $videoPath -vcodec h264 -vf "scale='max(480,iw*0.5)':-1" -r 15 -acodec libmp3lame -ac 2 -ar 22050 -f mp4 -y $outPath');

Running prompt: Unknown encoder 'libmp3lame'

@yalgenisys
Copy link

same issue during .wav to .mp3,

output :- Unknown encoder 'libmp3lame'

@tanersener
Copy link
Collaborator

See #485

@tanersener tanersener added the duplicate This issue or pull request already exists label Jan 5, 2023
@MATTYGILO
Copy link

For those facing the problem this link will be helpful:
https://github.com/arthenica/ffmpeg-kit/wiki/Packages

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants