Low quality of downloaded videos with DownloadHelper #1595
Answered
by
Mattmjs
DavidTran181190
asked this question in
Help and Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Mattmjs
Jan 4, 2025
Replies: 3 comments 8 replies
-
![]() ![]() ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you provide a link where it happens. If it's private, then follow these steps carefully.
|
Beta Was this translation helpful? Give feedback.
8 replies
-
There is an alternative solution that worked, see #1628 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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