-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Prefer ffmpeg HLS decoder for v.redd.it #14748
Comments
Just a note for anyone wonder how to use the ffmpeg HLS downloader, add the So using OP's sample URL, to get rid of the video corruption / artifacts, you'd run
|
--hls-prefer-ffmpeg give a worse result in my case, which I had glitches. |
For me, the native downloader yields playable results (generally and for the example linked by @alext69), while videos downloaded with the ffmpeg downloader have video glitches, desynced audio and usually only play video for a few seconds after which only audio can be heard. Specifically, I can get the downloaded video to play in mpv but not the URL directly.
youtube-dl 2020.01.15 |
@alext69 @FichteFoll I can also confirm that Seems you have to choose between video artifacts every 6 seconds or broken video + desynced audio. |
The end of the byte range is the first byte that is NOT part of the to be downloaded range. So don't include it into the requested HTTP download range, as this additional byte leads to a broken TS packet and subsequently to e.g. visible video corruption. Fixes #14748.
…a segments with EXT-X-BYTERANGE (#24512) (closes #14748) The end of the byte range is the first byte that is NOT part of the to be downloaded range. So don't include it into the requested HTTP download range, as this additional byte leads to a broken TS packet and subsequently to e.g. visible video corruption. Fixes #14748.
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2017.11.15. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Site v.reddit.com should prefer ffmpeg HLS downloader instead of native. Using the native downloader results in some video corruption and artifacting, e.g. visible within the first few seconds of this source:
youtube-dl https://v.redd.it/poqkxthgcpxz
The text was updated successfully, but these errors were encountered: