On Tue, 5 Mar 2019, 13:19 Ron Barnes, <[email protected]> wrote:

> Hello All,
>
> I'm trying to concatenate 49 m2ts files into a single m2ts file.  I listed
> all the files in a text file and used the following command.
>
> ffmpeg -analyzeduration 100000M -probesize 100000M -f concat -safe 0 -i
> Concat.TXT -c copy Output_Full_Video.m2ts
>

Add -map 0 to command

ffmpeg -analyzeduration 100000M -probesize 100000M -f concat -safe 0 -i
Concat.TXT -map 0 -c copy Output_Full_Video.m2ts

Best,

Kieran
_______________________________________________
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".

Reply via email to