FFmpeg

FFmpeg is a cross-platform solution to record, convert and stream audio and video.

Installation

sudo apt update
sudo apt install ffmpeg

Help

ffmpeg -h
ffmpeg -h long
ffmpeg -h full

Usage

Download mp4 from a URL

URL="https://[...].svc.ms/transform/videomanifest?provider=[...]&inputFormat=mp4&[...]"
ffmpeg -i $URL -codec copy video.mp4