Closed michi88 closed 9 months ago
Various demos simply do not work because of using latest unpkg links. Audio specific ones using wavesurfer has the same issue
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
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 inCannot 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!