-
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
Some downloaded Reddit videos contain artifacts #23597
Comments
The developers can’t afford to make the searches for you and answer each issue individually. This is a very popular (60K+ star) project with many issues submitted every day (most of them duplicates) – there would be no time left for coding. If you search open issues for |
Understandable, but if it's being closed as a duplicate, you know what it's a duplicate of. Also, a user is reporting that it made the problem worse in the linked issue. And at 2-1/2 years of age and zero activity, it's not obvious that issue is relevant to the 4 additional reported in 2019 and 2020. |
You know it's a duplicate, but still have to search to find it and spend time to reply (which is counterproductive).
When an issue is kept open, it means that it's not resolved yet.
It's the same thing - the time passed makes no difference. |
I have performed multiple searches over the past 4 months I've been seeing this problem and have never come across the original.
Issues are regularly closed on this project for not having the current version (and rightfully so). Even if I'd come across that thread, I'd have assumed it's not the solution based on users reporting it made the problem worse and the sheer age. It's more likely that issue was forgotten about. |
It's literally the 4th item on a 7-item list!
It's the only open issue for this problem. There is nothing to assume (other than the problem is not fixed yet). If issues are closed as duplicates , it means that it's not forgotten. |
@bitraid as expected, I implemented the So it seems you have to choose between video artifacts or broken video. Also, linking to an issue when marking it as a duplicate is still helpful because someone stumbling across this later on may not be able to find the "original". If you already know it's a duplicate, you may was well link it... |
Checklist
Verbose log
Description
When downloading some Reddit videos, the resulting file turns out to contain severe artifacts (skipping, messed up frames) making the video unwatchable.
Included Verbose log contains one such example URL. There have been many other Reddit videos that have this issue, so it is a fairly common occurrence.
In this particular case, when downloading with default format or with "-f bestvideo", youtube-dl chooses the "hls-3176" format as the best, probably due to the higher resolution of "516x768".
This results in the unwatchable video file.
Instead, downloading the "dash-VIDEO-1" format at 484x720 resolution, it results in a proper, watchable video file.
This is as far as I have analyzed the issue.
The text was updated successfully, but these errors were encountered: