This Flask application allows users to upload MOV files, convert them to WEBM format using ffmpeg, and view the converted files.
ffmpeg Download: You can download the latest version of ffmpeg for Windows from ffmpeg.org.
Clone the repository:
git clone <repository_url>
cd Flask-MOV-to-WEBM-Converter
Install dependencies:
pip install -r requirements.txt
Run the application:
python app.py
The application will run on http://localhost:5000 by default.
Upload MOV Files:
Convert Files:
Play Video:
ffmpeg-master-latest-win64-gpl/ # Files of ffmpeg
static/
input/: Directory to store uploaded MOV files.
output/: Directory to store converted WEBM files.
Flask: Python web framework
ffmpeg: Multimedia framework for handling video conversion