Am Mo., 24. Feb. 2020 um 00:42 Uhr schrieb Mark Filipak <[email protected]>:
> Here: > https://trac.ffmpeg.org/wiki/Concatenate > I see this: > ffmpeg -i "concat:input1.ts|input2.ts|input3.ts" -c copy output.ts Better use "cat" to concatenate transport streams if you don't want to re-encode. (You are missing -map 0 but this is not the best solution for your issue.) > https://ffmpeg.org/ffmpeg-filters.html#concat This is the documentation of a filter, you are using a protocol above. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
