You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: