Skip to content

templar-ajay/webm-to-mp4-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

# Webm to MP4 converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.5%
  • EJS 25.5%