Kagami / ffmpeg.js

Port of FFmpeg with Emscripten
Other
3.29k stars 335 forks source link

Are there more compact build for FFmpeg library? #185

Open 1kilogram opened 1 year ago

1kilogram commented 1 year ago

Are there more compact build for FFmpeg library?

Is there a module ffmpeg.atom.js that does only ONE function: -i input.mp4 -vn -strict -2 output.mp4 , that is, only extracts audio from .mp4 (essentially removes video from .mp4) ? (but is up to max 1 mb in size)

Is there a module ffmpeg.micro.js that works only with mp4 files? (but is up to max 10 mb in size)

Regards, @1kilogram