Jeremy Fielblog.jeremyfiel.com·Jan 7, 2023ffmpeg: download streams, trim video, concat filesDownload 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 ...Discuss·73 readsconcat-files