4K Video Downloader lets you D/L 1080p & extract audio as a separate file.
Thanks, I think I used to have that as a plugin or extension to a Firefox installation back in the day, or maybe I'm confusing it with one of the many extensions with a similar name.
I've just recently completely reinstalled Windows, a completely bloatware-free fresh clean install and my PC is running better than it ever has, so I'm trying to avoid installing software from unverified or unknown sources. But I'll definitely look into it. Thanks!
If you have a lead on Brisbane 21 August 1992 - CT version, for the love of Bob, let me know. Please!
From the few streams I've inspected opus 128k seems to be the norm for audio, the highest quality available. Interestingly though for some uploads a 388k stream is offered, probably Aac. I don't know if there's any documentation for this, they just throw random bitrates to your uploads, it must somehow depend on the original encoding and resolution of the files you upload.
One good thing about music, when it hits you feel no pain So hit me with music, hit me with music
Ok, but for people adventurous and brave here's how it works.
I just tried the command line tool in Windows 10 computer and it works fine. Open the github page I linked and go to "installation" section, there you'll find binary for win64. You need to open the console in windows, for this purpose write "cmd" in the search box.
You then need to browse to the folder where you downloaded yt-dlp.exe. For this purpose use "cd" "cd .." and "dir" commands. When you're in the right folder type
yt-dlp.exe -f mp4 LINK
and replace the link with the youtube link you wish to download. The -f mp4 switch tells the program to download in .mp4 format, you can change this too if you want.
I'm trying this now. Many thanks for your expert guidance in all things 101010101010010101010010101010000001010101010, or should i say 11100100101001010101010?
If you have a lead on Brisbane 21 August 1992 - CT version, for the love of Bob, let me know. Please!
Post by nausearockpig on Sept 13, 2022 7:54:24 GMT 1
that worked a treat. It didn't let me backup a file to MKV format, but I suspect this is due to a limitation in what YT allows or stores. Anyway, that doesn't matter to me.
that worked a treat. It didn't let me backup a file to MKV format, but I suspect this is due to a limitation in what YT allows or stores. Anyway, that doesn't matter to me.
unzip that and put everything from the "bin" folder to the same folder where your yt-dlp.exe is. There should be three binaries, ffmpeg.exe, ffplay and ffprobe. Copy all those. Then use this command line:
yt-dlp.exe --merge-output-format mkv LINK
The downside is that this downloads almost always the Vp9 codec version, which might not work on old devices
Last Edit: Sept 13, 2022 8:12:29 GMT 1 by bluewater
One good thing about music, when it hits you feel no pain So hit me with music, hit me with music
Nice to hear it worked. You now know how to get a universal version in .mp4 that works on any toaster or potato device and the ultimate quality version in .mkv. For everything in-between you'd need to manually select the formats from a list/table which gets much more complicated but is also doable once you get the hang of it.
One good thing about music, when it hits you feel no pain So hit me with music, hit me with music
I learned a very handy command line or shortcut if compatibility is your concern. This downloads the highest quality MP4 version available. You need ffmpeg in the same folder for this.
yt-dlp.exe -S "ext" LINK
A tip: download the latest yt-dlp exe once in a while, say once in a month, because youtube changes things time to time. They just did that a couple of weeks ago. ffmpeg you don't need to update.
Another tip: experiment with different streaming sites, the program should support many sites
Last Edit: Sept 21, 2022 8:25:18 GMT 1 by bluewater
One good thing about music, when it hits you feel no pain So hit me with music, hit me with music
With live season approaching here's how you can record youtube Live - streams. Don't try yt-dlp for those, it doesn't work. You need streamlink, download it here , I use on my windows pc the
streamlink-5.0.1-1-py310-x86_64.zip package.
You need to use console similar than with yt-dlp. Go to the bin folder in the unzipped archive and use this command
streamlink.exe PASTELINKHERE best -o yourdownloadedfile.mkv
The download should stop when the stream ends. If that doesn't happen, press CTRL+C. I tested this on a youtube live stream and it seems to work fine. I'm not sure if above works on other than youtube _live_ streams.
One good thing about music, when it hits you feel no pain So hit me with music, hit me with music