Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to Output format [***] is not available #1266

Closed
MarianoFacundoArch opened this issue Apr 17, 2024 · 10 comments · Fixed by #1274
Closed

Fix to Output format [***] is not available #1266

MarianoFacundoArch opened this issue Apr 17, 2024 · 10 comments · Fixed by #1274

Comments

@MarianoFacundoArch
Copy link

MarianoFacundoArch commented Apr 17, 2024

I have created a fix for this, but I see that the NPM package has not been updated for a long time.
I don't know if someone has permission to push into the official NPM after a fix.
I created a pull request here:
#1265

It basically fixes the regex expr to be compatible with ffmpeg 7 too

You can also install package from: https://www.npmjs.com/package/fluent-ffmpeg-7 and just change the import to from 'fluent-ffmpeg-7' I did a quick version there till official version gets fixed.

@romain130492
Copy link

Thanks......!
I second this, any way to push that update to the official package?

@DGXeon
Copy link

DGXeon commented May 8, 2024

It doesnt work for webp

@MarianoFacundoArch
Copy link
Author

Can you provide a replication case to further investigate ?
Are you sure you installed from fluent-ffmpeg-7 and you are importing from that package ?

@DGXeon
Copy link

DGXeon commented May 8, 2024

Can you provide a replication case to further investigate ? Are you sure you installed from fluent-ffmpeg-7 and you are importing from that package ?

Yes imported from package

@MarianoFacundoArch
Copy link
Author

Can you provide me with a sample replication code to further debug/fix it?

@MarianoFacundoArch
Copy link
Author

By the way, are you sure that you have the encoder/decoder in ffmpeg?
Try running
ffmpeg -encoders|grep webp
ffmpeg -decorders|grep webp

@klesun
Copy link

klesun commented May 12, 2024

@njoyard please? fluent-ffmpeg is broken for current version of ffmpeg without this PR.

@totallytavi
Copy link
Contributor

Made a patch for this in the PR. Instructions are there

@komninoschatzipapas
Copy link

Still doesn't work with ffmpeg 7.0 & fluent-ffmpeg 2.1.3 on MacOS.

Output format mp3 is not available

@MarianoFacundoArch
Copy link
Author

On my version it works if you have the output format available.

Execute ffmpeg -encoders | grep mp3
And paste here the output please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants