Files
YouTube.js/examples/download/ffmpeg
Daniel Wykerd d990fc9b88 fix: lint
2022-06-16 13:46:43 -03:00
..
2022-06-16 13:46:43 -03:00

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.