muaz-khan / Ffmpeg.js

Ffmpeg.js demos, both for browsers and node.js
https://www.webrtc-experiment.com/ffmpeg/
MIT License
487 stars 143 forks source link

Please integrate my extremely simple yet complete demo of ffmpeg #25

Open zackees opened 2 years ago

zackees commented 2 years ago

Hi there, thanks for figuring out how to get ffmpeg up and running.

I took one of your demo's and made it much much simpler and decoupled from the dom code. It's designed to allow someone else to quickly use ffmpeg-asm.js in the source code.

Please feel free to copy my source code into your demo's here: https://www.zaxtunes.com/client_transcoder/

Forchapeatl commented 2 years ago

Hi there, thanks for figuring out how to get ffmpeg up and running.

I took one of your demo's and made it much much simpler and decoupled from the dom code. It's designed to allow someone else to quickly use ffmpeg-asm.js in the source code.

Please feel free to copy my source code into your demo's here: https://www.zaxtunes.com/client_transcoder/

The link is down.

zackees commented 2 years ago

It existed in this repo commit: https://github.com/zackees/zaxtunes.com/commit/e3d438eb65efb5110fd71ed2d816a258ee64f579

Feel free to sync to this commit and test locally:

git clone https://github.com/zackees/main/e3d438eb65efb5110fd71ed2d816a258ee64f579
cd zaxtunes/docs
python -m http.server 8000