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

ffmpeg.wasm plugin needs upgrading to 0.12+ #697

Closed
michi88 opened this issue Oct 1, 2023 · 2 comments · Fixed by #708
Closed

ffmpeg.wasm plugin needs upgrading to 0.12+ #697

michi88 opened this issue Oct 1, 2023 · 2 comments · Fixed by #708

Comments

@michi88
Copy link

michi88 commented Oct 1, 2023

Description

The API has changed from 0.12+. Examples are also not working as it uses the latest ffmpeg version (//unpkg.com/@ffmpeg/core/dist/ffmpeg-core.js results in Cannot find "/dist/ffmpeg-core.js" in @ffmpeg/core@0.12.3) .

see: https://ffmpegwasm.netlify.app/docs/migration

Steps to reproduce

https://collab-project.github.io/videojs-record/demo/video-only-ffmpegwasm.html

Error output

ReferenceError: FFmpeg is not defined

Let me know if you'd like a PR.

Thanks for your work on the plugin!

@dparker2
Copy link

dparker2 commented Feb 12, 2024

Various demos simply do not work because of using latest unpkg links. Audio specific ones using wavesurfer has the same issue

@thijstriemstra
Copy link
Member

thijstriemstra commented Feb 14, 2024

Various demos simply do not work because of using latest unpkg links. Audio specific ones using wavesurfer has the same issue

Should be fixed with #704

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

Successfully merging a pull request may close this issue.

3 participants