xxxxxxxxxx
// find the appropritate streams from the mpd
ffprobe yourfile.mpd
// map them using the following command to an output file of your choice
//replace x:x with the appropriate stream numbers
ffmpeg -i yourfile.mpd -map x:x -map x:x -codec copy output.mp4