VDH downloads incorrect video and audio streams (2x video, no audio, wrong resolutions...) on some sites #2431
Replies: 3 comments 5 replies
-
I do not work for VDH. I am just another user. Also, please read #2214. You say you've downloaded this with ffmpeg. That tells me I can be a bit terse about my explanation. When I went to your Czech web page, the Firefox Network Monitor (in the Dev Tools) showed me not an HLS master manifest but a DASH master manifest, not an M3U8 but an MPD. VDH has been known to have problems with DASH. You say you downloaded it & it had no audio. I tried to download the 1920x1080 variant & I got a 640x360 variant. But I did get audio. In cases where I have not gotten audio, the file actually did have the right resolution video but the file actually had TWO video tracks. That's right, instead of a video track & an audio track it had a video track & a video track. Apparently, that is something you have also observed. When I have played such a file in VLC, it has played the video in 2 resolutions simultaneously on my 2 monitors. I suppose if you have only one monitor this won't happen. My speculation has been that VDH does not interpret MPDs properly. It thinks the video is in one place & the audio is in another. If instead of that other place containing audio it contains video, VDH goes ahead & downloads the video erroneously thinking it's audio. You can verify this by running ffprobe on the file on your system after you download it. Still, that doesn't explain why I got video & audio instead of video & video. That is rather mysterious. If you run ffprobe on the MPD here, you'll see there's 6 video resolutions to choose from & 2 audio resolutions. VDH actually managed to pick the audio with the higher bit rate in my case. I have a (completely unsubstantiated) hunch that because the higher resolution audio is the very last stream listed by ffprobe that somehow VDH picked that one. I don't have any hunches why VDH picked the 640x360 video. It's actually the second resolution listed by ffprobe. This is all a complete mystery to me. I did download this with ffmpeg myself & this is what I got: That's the 1920x1080 resolution video, the highest one in the manifest, & the audio with the higher bit rate, also the "best" one in the manifest. Until VDH is fixed, this is what you have to do. |
Beta Was this translation helpful? Give feedback.
-
I brought that up in #2042 , probably it will be fixed in the next release. Don't know when though. |
Beta Was this translation helpful? Give feedback.
-
All the devs need to do is make the YouTube mode a fully fledged YT-DLP GUI then everything with YouTube would be solved wouldn't it? It's open source the team should have done it since it first come out they are too lazy these days though. 9.5.0.2 is what I'm still on at the moment becasue the new V10 YouTube is rumoured to be worse than the version I'm using which only stops working when the ads are blocked and it needs and advert played to get anymore but is V10 added TY-DLP I might be interested in the update as it would be YouTube perfection in my VDH again at last with the 48000 khz audio format I waited for years finally getting in there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
On some sites, specifically aktualne.cz but also others, VDH started sometime in 2025 to incorrectly handle various video and audio streams.
E.g. On chosen 1080p resolution it downloads 240p video
On 720p resolutions downloads 360p
On 480p resolutions downloads a file with two video streams, 1080p and 360p, but without any audio :)
Can this be fixed please ? YT-DLP downloads these videos without issues and I can download them manually via ffmpeg also quite fine (it's just much more work), so it must be a bug in VDH I think. Maybe it doesn't parse manifest right ? Otherwise great tool, thanks guys! I like how quick and easy to use it is.
Short example video here, but none of the videos on that site works
https://video.aktualne.cz/den-v-60-sekundach/nejdulezitejsi-zpravy-dne-v-jedne-minute-streda-30-rijna/r~f2b20f8896d611efae9c0cc47ab5f122/
Probably similar or same issue - unsolved, though there is some longer workaround:
#1628
Addon & CoApp version and details
version: 9.5.0.2
target: mozilla
channel: stable
lang: en-US
coapp: {"found":true,"path":"C:\Program Files\DownloadHelper CoApp\vdhcoapp.exe","version":"2.0.19","new_version":false}
license: {"unset":true}
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0
{
"privacy_accept": true,
"view_options": {
"all_tabs": false,
"low_quality": false,
"sort_by_status": true,
"sort_reverse": false,
"show_button_clean": true,
"show_button_clean_all": false,
"show_button_convert_local": false,
"hide_downloaded": false
},
"use_sidebar": true,
"open_count_store": 1,
"successfull_dl": 11
}
Beta Was this translation helpful? Give feedback.
All reactions