Open flanter21 opened 4 weeks ago
There was some discussion of this here: https://github.com/yt-dlp/yt-dlp/pull/343#issuecomment-860205931
but it was ultimately deemed too much of a hassle to do at the time, and mhtml was what was settled upon. Mediasite seems like a better candidate for video slides than Youtube, since they use a DASH/DASH-like manifest for them (or least they used to before the extractor broke).
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Provide a description that is worded well enough to be understood
Sometimes the slides may be higher quality than the video itself. Ideally, this could be combined with the audio from the video. However, the current mhtml implementation of slides does not allow this.
I envision that the slides could be shown sequentially, each running from the timestamp it appears until the next slide appears. Essentially this would be creating a video from the slides.
This would be useful for lectures as mediasite often saves video in very poor quality, but often takes high quality screenshots of the lecture and displays them instead of the video.
However, I do recognise that currently mediasite slide extraction is broken (per https://github.com/yt-dlp/yt-dlp/issues/10320) so instead YouTube could be used as a place to start as the current mhtml "storyboards" calculate the start and end time of each storyboard and the duration of each, so these values could be used to stitch them together.
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)'verbose': True
toYoutubeDL
params instead[debug] Command-line config
) and insert it belowComplete Verbose Output
No response