This is a Video Transcoder app, Here you can Transcode your video into different formats. Built with the ReactJS, Nodejs, Express, FFMPEG
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run a Video Transcoder
Node.js (Version: >=18.x)
----- Run Backend -----
git clone https://github.com/Rana-Paul/Video-Tanscoder-v2.git
Go to the project folder
cd server/
Install packages with npm
npm install
Build ./dist
folder
tsc --watch
Run (in development mode)
npm run dev
----- Run Frontend -----
cd client/
install npm packages
npm install
Run (in development mode)
npm run dev
Frontend: http://localhost:3000
Backend: http://localhost:8000