Skip to content

This app helps you to convert mp4 files to HLS(.ts/.m3u8). This repo contains the nodejs and electronjs code. You can check out my front-end code which is React here: https://github.com/Huzaifa785/video-converter-react

Notifications You must be signed in to change notification settings

Huzaifa785/video-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert your .mp4 file into HLS format.

App Demo:

video-converter-demo.mp4

Follow these steps to run this app locallly on your machine:

  • Step No. 1: Download the zip file & extract it.
  • Step No. 2: Run npm install in the folder which contains all other folders like "client", "backend".
  • Step No. 3: Run npm install in the client folder.
  • Step No. 4: Run npm install in the backend folder.
  • Step No. 5: Go to the "backend" folder.
  • Step No. 6: Open up the terminal and run this command: npm run dev for starting the server.
  • Step No. 7: Create a 'video" folder inside the "backend" folder.
  • Step No. 8: Create a "HLS" folder inside the "video" folder
  • Step No. 9: Create a "uploaded" folder inside the "video" folder.
  • Step No. 10: Go to the folder which contains all other folders like "client", "backend".
  • Step No. 11: Open up the terminal and run this command: npm run dev to open up the electron app.

About

This app helps you to convert mp4 files to HLS(.ts/.m3u8). This repo contains the nodejs and electronjs code. You can check out my front-end code which is React here: https://github.com/Huzaifa785/video-converter-react

Topics

Resources

Stars

Watchers

Forks