Files
YouTube.js/examples/download/ffmpeg/README.md
2022-06-16 13:46:43 -03:00

5 lines
298 B
Markdown

# FFMPEG Download Example
If you want to download vidoes in their best quality, you're going to have to download the audio and video separately. We can use `ffmpeg` to mux the audio and video streams back together.
This example uses `ffmpeg-static` package to provide a static binary of `ffmpeg`.