You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.02.08. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.
I've verified and I assure that I'm running youtube-dl 2019.02.08
Before submitting an issue make sure you have:
At least skimmed through the README, most notably the FAQ and BUGS sections
Searched the bugtracker for similar issues including closed ones
Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
What is the purpose of your issue?
Bug report (encountered problems with youtube-dl)
Site support request (request for adding support for a new site)
Feature request (request for a new functionality)
Question
Other
Description of your issue, suggested solution and other information
I've included two outputs below. The first url is a video recorded in 720p at 30 frames. The second url is 900p at 60 frames. Both don't include the "source" label in the format list. In the second url, you know that the source is 900p because twitch doesn't re-encode to that resolution. The problem for me is the first url because I can't know what is the source, 720p-0 or 720p-1. I've seen other urls with both formats within the range of 2200-2300k/s (and avc1.4D401F), so even the bitrate is not really helping to know what is the source.
For both videos, the twitch web shows the source in the list of format. So, my request is to include a "source" label in the format list, like you're doing for live streams.
@dstftw Many thanks for the quick fix. Wouldn't it better to use the format id for the "source" label, instead of the note field?. Mostly, for consistency with the live streams. This is the output from a live stream:
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2019.02.08. 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
I've included two outputs below. The first url is a video recorded in 720p at 30 frames. The second url is 900p at 60 frames. Both don't include the "source" label in the format list. In the second url, you know that the source is 900p because twitch doesn't re-encode to that resolution. The problem for me is the first url because I can't know what is the source, 720p-0 or 720p-1. I've seen other urls with both formats within the range of 2200-2300k/s (and avc1.4D401F), so even the bitrate is not really helping to know what is the source.
For both videos, the twitch web shows the source in the list of format. So, my request is to include a "source" label in the format list, like you're doing for live streams.
The text was updated successfully, but these errors were encountered: