-
Notifications
You must be signed in to change notification settings - Fork 887
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
Comments
Thanks......! |
It doesnt work for webp |
Can you provide a replication case to further investigate ? |
Yes imported from package |
Can you provide me with a sample replication code to further debug/fix it? |
By the way, are you sure that you have the encoder/decoder in ffmpeg? |
@njoyard please? fluent-ffmpeg is broken for current version of ffmpeg without this PR. |
Made a patch for this in the PR. Instructions are there |
Still doesn't work with ffmpeg 7.0 & fluent-ffmpeg 2.1.3 on MacOS.
|
On my version it works if you have the output format available. Execute ffmpeg -encoders | grep mp3 |
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.
The text was updated successfully, but these errors were encountered: