Open Sopor opened 3 years ago
sure it could be added, but why? we already have some of it. like res the resolution, the extension we already have ish, just mux it from .ts to .mp4. the total bitrate.
Where do i see the resolution? I can only see Quality and Method ...
its sometimes used in cases where we dont have bitrate. sure its not many now .)
im curious on why do you want this info?
To know more of the streams before downloading it. Now i can only see the bitrate and not the resolution.
For example, what is the difference here:
INFO: 791 HLS HEVC
INFO: 791 HLS HEVC
INFO: 791 HLS HEVC
INFO: 791 HLS HEVC
INFO: 791 HLS HEVC
INFO: 791 HLS HEVC
INFO: 791 HLS HEVC
INFO: 791 HLS HEVC
They all look the same. If there was more info i could see what is was.
yes they look the same. that is because they list some of them different ways like you see in the youtube thing (cmaf-avc,cmaf-avc, osv). right now when you choose something , it will use the first with the number (quality).
maybe i should just list one per quality, method and video codec instead so people are less confused 🤔
xprmnt svtplay-dl-dev/lib ‹master*› » python3 -m svtplay_dl --list-quality https://www.svtplay.se/video/30570370/snoanglar/snoanglar-sasong-1-avsnitt-1 -P dash
INFO: Quality Method cödec resolution
INFO: 6076 DASH HEVC-51 1920x1080
INFO: 6076 DASH HEVC-51 1920x1080
INFO: 6076 DASH HEVC-51 1920x1080
INFO: 6076 DASH HEVC-51 1920x1080
INFO: 6043 DASH H264-51 1920x1080
INFO: 6043 DASH H264-51 1920x1080
INFO: 6043 DASH H264-51 1920x1080
INFO: 6043 DASH H264-51 1920x1080
INFO: 6043 DASH H264-51 1920x1080
INFO: 6043 DASH H264-51 1920x1080
INFO: 5824 DASH HEVC 1920x1080
INFO: 5824 DASH HEVC 1920x1080
INFO: 5824 DASH HEVC 1920x1080
INFO: 5824 DASH HEVC 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 5791 DASH H264 1920x1080
INFO: 4081 DASH H264-51 1920x1080
from a local branch. its not fixed for HLS and for streams without the info it shows None
.
i think this is done?
When i want to list all available format it won't give much information when i use svtplay-dl as you see here:
If i do the same with youtube-dl it will show much more information:
Is this something that you can add?