This is a simple video converter web application built with React and FFmpeg. The app allows users to upload a video file, choose a desired output format, and convert the video using FFmpeg. The converted video can then be downloaded.
- Supports multiple video formats for conversion:
mp4,avi,mov,mkv,flv,wmv. - Drag and drop functionality for easy file selection.
- Allows downloading the converted video.
- Open the application in your browser.
- Upload a video file by clicking the "Choose File or Drag & Drop" button or dragging and dropping the file into the upload area.
- Select the desired output format from the dropdown menu.
- Click the "Convert Video" button to start the conversion.
- Once the conversion is complete, download the converted video by clicking the "Download" button.
FFmpeg is licensed under the LGPLv2.1. For more information, see FFmpeg License.