[FFmpeg-user] Concatenating files - dropping audio
Kieran O Leary
kieran.o.leary at gmail.com
Tue Mar 5 15:41:18 EET 2019
On Tue, 5 Mar 2019, 13:19 Ron Barnes, <rbarnes at njdevils.net> 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
More information about the ffmpeg-user
mailing list