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 "Error: Output format webp is not available" on Ffmpeg 7 / Bump f… #3442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gkp1
Copy link

@gkp1 gkp1 commented Jan 20, 2025

…luent-ffmpeg@2.1.2 -> 2.1.3

Fixes fluent-ffmpeg "Error: Output format webp is not available" if the user has Ffmpeg 7 installed and wwebjs tries to generate a webp sticker. Fixed in 2.1.3: fluent-ffmpeg/node-fluent-ffmpeg#1274
image

PR Details

Description

Related Issue(s)

If you have this issue, you can override it inside package.json:

{
  ...
  "dependencies": {
    "Whatsapp-web.js": "...",
    ...
  },
  "overrides": {
    "fluent-ffmpeg": "2.1.3"
  }
}

Motivation and Context

How Has This Been Tested

Environment

  • Machine OS:
  • Phone OS:
  • Library Version:
  • WhatsApp Web Version:
  • Puppeteer Version:
  • Browser Type and Version:
  • Node Version:

Types of changes

  • Dependency change
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • I have updated the documentation accordingly (index.d.ts).
  • I have updated the usage example accordingly (example.js)

…luent-ffmpeg@2.1.2 -> 2.1.3

Fixes fluent-ffmpeg "Error: Output format webp is not available" if  the user has Ffmpeg 7 installed and wwebjs tries to generate a webp sticker. Fixed in 2.1.3: fluent-ffmpeg/node-fluent-ffmpeg#1274
@alechkos alechkos closed this Jan 22, 2025
@alechkos alechkos reopened this Feb 1, 2025
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 this pull request may close these issues.

2 participants