Skip to content

Convert WebM to MP4 easily with this online converter. Fast and efficient video conversion tool.

Notifications You must be signed in to change notification settings

rahuld109/browservc

Repository files navigation

WebM to MP4 Converter

Overview

This is a simple progressive web application written in vanilla TypeScript that allows you to convert WebM videos to the MP4 format. The application leverages the power of FFmpeg for video conversion. Additionally, it is designed as a Progressive Web App (PWA), enabling users to use it even when offline.

Features

  • Convert WebM videos to MP4 format.
  • Offline functionality as a Progressive Web App (PWA).
  • User-friendly interface.
  • Fast and efficient video conversion using FFmpeg.

Installation

  1. Clone the repository:

    git clone https://github.com/irahuldogra/browservc.git
  2. Install dependencies:

    cd browservc
    bun install

Usage

  1. Start the development server:

    bun run dev

    This will launch the application in your default web browser. You can access it at http://localhost:4321.

  2. Use the application to upload your WebM files and initiate the conversion process by dragging in the video file.

Dependencies

  • Tailwind CSS: A utility-first CSS framework.
  • FFmpeg: A powerful multimedia processing tool used for video conversion.
  • Vite: A fast and opinionated frontend build tool.
  • Bun: A fast javascript runtime and package manager.

Configuration

The application's configuration can be found in the vite.config.ts file. Adjust the configuration as needed for your specific use case.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • The application utilizes the incredible power of FFmpeg.
  • The UI is built with the help of Tailwind CSS.
  • Thanks to the Vite team for providing a fast and efficient build tool.
  • Bun for serving the production build.

Author

Rahul Dogra