Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Problem with downloading 1080 videos (without muxing if possible) #22134
Comments
|
|
I asked aria2c people and they said problem is with ydl not passing the file to aria2c or something. |
Checklist
Question
Hi,
I'm trying to download the 1080P version of videos from YouTube but they are not available as direct downloads almost always and as DASH only. I have a couple of questions about this:
(Please keep in mind that I'm using aria2c and installed ffmpeg in order to mux)
Why X Extention can do this directly? I tried switches I read about that seemed relevant like native HLS (IIRC) to get the 1080 version directly but didn't work. So it's possible to do since X does it, am I missing something with ydl? (Even though I understand it may not be possible with ydl)
If the first question fails, I'll be forced to mux with ffmpeg and the problem is the audio part does not download with aria2c and downloads very slowly (~512Mb), is there anyway to make it faster too? (If it's entirely an aria2c question, I'm sorry).
Currently my config is this:
youtube-dl.exe --external-downloader aria2c --external-downloader-args '-c -j 16 -x 16 -s 16 -k 4M' -i -f best -a dl.txtand the config I used to download with muxing is
youtube-dl.exe --external-downloader aria2c --external-downloader-args '-c -j 16 -x 16 -s 16 -k 4M' -i -f bestvideo+bestaudio --hls-prefer-native -a dl.txt