Building a Video Sharing Website (with Node.js, Docker and FFMPEG)

preview_player
Показать описание
There are a lot of things that go into creating an online video sharing platform, but in this video I'll go over the most important part: transcoding video. FFMPEG is a powerful open-source program that makes video transcoding fairly easy.

0:00 Intro
0:43 Why Video Transcoding is Important
2:25 App Demo
2:51 Frontend Code Walkthrough
3:53 Backend Code Walkthrough
7:24 Installing FFMPEG
8:37 Scaling Up the App
Рекомендации по теме
Комментарии
Автор

i liked and subscribed. i think this is the first time i have done so when someone said that. this video was that helpful and clear.

nonefvnfvnjnjnjevjenjvonej
Автор

you solved my bug by this video. thank you!

alexsov
Автор

Awesome. I was facing this same issue. The only better thing here is if you can show how you put this on a cloud platform.

moccomocco
Автор

Hey, hey, hey! great content here. Would it be possible to process just the blob without writing the video to the file system? thanks!

jorgezozaya
Автор

great, btw did you know that ffmpeg can be used in the browser via wasm?
I made a real time encoder/video player in the browser!

Bahmanasheghii
Автор

thanks for sharing. have you tried to add chapters to the video with map_metadata?

jiachen
Автор

Please share your github repo for the project.

UbaidHussain-xu
Автор

how to convert mp4 into hls using ffmpeg?

muhammedladeed
Автор

Is there a way to transcode without uploading it locally, like S3

realdevdiv