bgrins / videoconverter.js

[UNMAINTAINED] Convert videos in your browser
http://bgrins.github.io/videoconverter.js/
Other
2.34k stars 300 forks source link

Are there more compact FFmpeg libraries? #87

Open 1kilogram opened 1 year ago

1kilogram commented 1 year ago

Are there more compact FFmpeg libraries?

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 commented 1 year ago

?

MarkDaviesSensei commented 7 months ago

also wanting to know