https://github.com/pedro-demeu/learn-ffmpeg-with-nodejs
Repository to learn more about FFMPEG using NodeJS
https://github.com/pedro-demeu/learn-ffmpeg-with-nodejs
ffmpeg nodejs video-processing video-streaming
Last synced: 3 months ago
JSON representation
Repository to learn more about FFMPEG using NodeJS
- Host: GitHub
- URL: https://github.com/pedro-demeu/learn-ffmpeg-with-nodejs
- Owner: pedro-demeu
- Created: 2024-07-16T06:33:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T06:38:14.000Z (11 months ago)
- Last Synced: 2025-01-23T10:29:09.704Z (5 months ago)
- Topics: ffmpeg, nodejs, video-processing, video-streaming
- Language: JavaScript
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome! 👋
I create this project to learn more about FFMPEG
in Nodejs.- You can see some drops of sweat here:
Inspect index.js to see hard-code 🧐
### Getting started
Install the dependencies:
```
npm i || yarn
```
and then run:
```
npm run start || yarn start
```Listening in port 3000!
Happy coding 💻PS: I wrote this project in 1 hour, so don't notice the dirty code,
I just wanted to explore the library in the time I had,
I'll be back soon to improve more.