Creating video from images
I have a lot of images in a page, and I want to allow my users to download the images as a video. It'd be great if that can be done on the client side so I don't have to think about or pay for servers.
I tried
@ffmpeg/ffmpeg
but it gives the following error message, even when exactly following the example provided
My goal is to basically implement this function:
GitHub
ffmpeg.wasm/apps/react-vite-app/src/App.tsx at main · ffmpegwasm/ff...
FFmpeg for browser, powered by WebAssembly. Contribute to ffmpegwasm/ffmpeg.wasm development by creating an account on GitHub.
0 Replies