/webm-to-mp4-converter

# Webm to MP4 converter

Primary LanguageJavaScript

webm to mp4 converter for ubuntu

how to run

clone the project and open the project directory open terminal and type the following commands:

  1. sudo add-apt-repository ppa:stebbins/handbrake-git-snapshots
    sudo apt-get update
    sudo apt-get install handbrake-cli

these commands will install handbrake-cli that is the engine that will actually do the conversion

  1. npm i && npm run dev
  2. open browser and goto http://localhost:3000

  3. upload your webm file and wait...

NOTE: it will take a few minutes to convert the video depending on the video size). check the terminal (you opened to perform step 1) to monitor the video conversion progress