FFmpeg is a cross-platform solution to record, convert and stream audio and video.
- Official documentation (ffmpeg.org)
- Record a video from command line with ffmpeg (CSbyGB)
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