<input type='file' accept=".mp4, .avi, .mov" onchange="convertVideo(this)" /> import VideoConverter from 'convert-video' async function convertVideo(input) { let ...
A simple Nodejs library to convert videos to mp4 (MPEG4 format) from common video files like .avi, .mpg, .mkv. Only works on the backend on Nodejs context because of an external dependency (FFmpeg).