ffmpeg: download streams, trim video, concat files
Download individual stream files
ffmpeg -i <input-file> -c <codec> <output-file>
Start with the ffmpeg command
-i = input file
<input-file> either a stream url or local file
-c = codec to be used
<codec>\= I always use copy to use the same codec as ...
blog.jeremyfiel.com3 min read