ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

Why is h264 encoder included in webm version?

Open davedoesdev opened this issue 4 years ago • 1 comments

https://github.com/Kagami/ffmpeg.js/blob/master/Makefile#L11

davedoesdev avatar May 10 '21 20:05 davedoesdev

I think he's just too lazy to optimize it

@davedoesdev Maybe you know how to do your own assembly?

Tell me how to do or maybe there is a ready-made assembly, which translates video from .mp4 container into .gif animation, or outputs in an array of each frame, which can then be translated into a picture? Preferably without WASM but in pure js. No more than 5 mb in size.

1kilogram avatar May 19 '23 19:05 1kilogram