Read the progress of ffmpeg transcoding in real time and serve it as an API.
- Clone the repository
git clone https://github.com/ibnu-ja/ffmpeg-progress.git
- Install the dependencies
npm install
- Copy the
.env.example
file to.env
and fill the variables
cp .env.example .env
- Run the server
node index.js
Get the progress of the transcoding process.
Get the file information of the transcoding process.