dash-mpd-cli

Download media content from DASH-MPEG or DASH-WebM MPD manifests

brewmacoslinux
Try with needOr install directly
Source

About

Download media content from a DASH-MPEG or DASH-WebM MPD manifest

Commands

dash-mpd-cli

Examples

Download a video from a DASH MPD manifest URL$ dash-mpd-cli https://example.com/manifest.mpd
Download and save with a specific output filename$ dash-mpd-cli -o myfile.mp4 https://example.com/manifest.mpd
Download with maximum number of concurrent connections$ dash-mpd-cli --max-connections 8 https://example.com/manifest.mpd