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

Are there more compact build for FFmpeg library?

Open 1kilogram opened this issue 3 years ago • 0 comments

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

1kilogram avatar Nov 28 '22 22:11 1kilogram