Access application here!
sudo apt install ffmpeg
ffmpeg -i input.mkv -c copy output.mp4
Convert .srt to .vtt here
sudo apt install ffmpeg
ffmpeg -i input.mp4 -map 0:v:0 -map 0:a:[index] -map 0:a:0 -c copy output.mp4
where, [index] = index of audio track which you want to set as default (in zero based indexing)
Socket.io
Node.js
Express
git clone https://github.com/abhay-666/SAVY.git
cd SAVY
npm install
npm run dev
Server will be running on your PORT environment variable || PORT 5000