On 02/23/2020 07:05 PM, Carl Eugen Hoyos wrote:
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.
I'm just trying to find WHAT WORKS. In this case, WHAT WORKS is the
above. I tried making the output 'n:\output.mkv' but ffmpeg complained.
Eventually I want to convert the TS container to MKV, but first, I need
to get all the audio tracks into the TS container.
(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.
Do you have any idea how I can specify 'n' 'v' & 'a' in this case?
_______________________________________________
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".