Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Youtube-dl doesn't get the best quality #7

Open
stephen304 opened this issue Aug 25, 2020 · 0 comments
Open

Youtube-dl doesn't get the best quality #7

stephen304 opened this issue Aug 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@stephen304
Copy link
Owner

stephen304 commented Aug 25, 2020

This is due to youtube-dl outputting to stdout and being piped to vlc - it seems youtube-dl doesn't support streaming output while downloading if the audio/video are separate and need to be merged by ffmpeg (which is the case for the highest quality). Forcing youtube-dl to get the best quality causes it to block until the content is fully downloaded.

The best solution would probably be to use youtube-dl to fetch the stream URLs and separately set up a streaming conversion with ffmpeg.

Alternatively, it would be super sweet if youtube-dl could support simultaneously downloading audio & video to provide non-blocking streaming of the highest quality.

@stephen304 stephen304 added the enhancement New feature or request label Aug 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant