Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with downloading 1080 videos (without muxing if possible) #22134

Closed
aidinzolghadr opened this issue Aug 17, 2019 · 2 comments
Closed

Problem with downloading 1080 videos (without muxing if possible) #22134

aidinzolghadr opened this issue Aug 17, 2019 · 2 comments

Comments

@aidinzolghadr
Copy link

@aidinzolghadr aidinzolghadr commented Aug 17, 2019

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

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)

  1. 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)

  2. 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.txt

and 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

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 17, 2019

  1. It can not as well as any other software since 1080p are served only as separate audio and video by Youtube.
  2. Ask aria2c about that.
@aidinzolghadr
Copy link
Author

@aidinzolghadr aidinzolghadr commented Oct 25, 2019

I asked aria2c people and they said problem is with ydl not passing the file to aria2c or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.