mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 09:06:51 +00:00
5 lines
298 B
Markdown
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`. |