Though I do not know of any other use cases for this request, some blind/visually impaired users may want this option so they can download the Audio Described audio tracks only, and not waste any bandwidth on video. Currently, if one wanted to keep only the audio track, one could use the --raw option on DVF streams, but the video track would be downloaded as well.
Here's an example from the first episode of Class (PID p048h1s0) from the Akamai server, using the HLS streaming protocol:
Find the corresponding audio stream (audio_1=128000). You could find the audio track(s) by opening the playlist and modifying the relative URLs, or If you use a Regexp, you could:
I don't know how to do this with DASH, but I assume since the code is already in GiP to download the audio and video tracks into separate files already, an option could be created to download just the audio track for the DASH and HLS protocols?
Though I do not know of any other use cases for this request, some blind/visually impaired users may want this option so they can download the Audio Described audio tracks only, and not waste any bandwidth on video. Currently, if one wanted to keep only the audio track, one could use the --raw option on DVF streams, but the video track would be downloaded as well.
Here's an example from the first episode of Class (PID p048h1s0) from the Akamai server, using the HLS streaming protocol:
I don't know how to do this with DASH, but I assume since the code is already in GiP to download the audio and video tracks into separate files already, an option could be created to download just the audio track for the DASH and HLS protocols?