2017-01-19 22:49 GMT+01:00 Gabriel Altabarani <[email protected]>: > Using the following command: > > Ffmpeg -i "URL" -c copy "video.ts"
Apart from what Moritz already wrote, please understand that above command line does not concatenate your input videos but creates a new output file with the constraint that FFmpeg's ts muxer has known bugs;-( You may want to download the parts of the hls stream and concatenate them with "cat". (Is there really no script that does this?) If the input is not hls but a transport stream, use wget or curl. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
