Skip to content
Discussion options

You must be logged in to vote

You'll need ffmpeg ( downloads both video+audio into a single file ) or
yt-dlp + ffmpeg ( downloads the video and audio separately then ffmpeg merges the files together into a single file ).

I think second option is a bit easier, install both then open the terminal.

yt-dlp -F "video.mpd" to bring up the formats
yt-dlp -f video format+audio format -o "name of the file.mp4" "video.mpd"

The format selection should be exactly as you see it, the formats are written in green. See below

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@DavidTran181190
Comment options

@Mattmjs
Comment options

@DavidTran181190
Comment options

@Mattmjs
Comment options

Answer selected by DavidTran181190
@DavidTran181190
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants