Re: [FFmpeg-user] Concatenating files - dropping audio

2019-03-05 Thread Ron Barnes
Leary Sent: Tuesday, March 5, 2019 8:41 AM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Concatenating files - dropping audio On Tue, 5 Mar 2019, 13:19 Ron Barnes, wrote: > Hello All, > > I'm trying to concatenate 49 m2ts files into a single m2ts file. I > listed a

Re: [FFmpeg-user] Concatenating files - dropping audio

2019-03-05 Thread Kieran O Leary
On Tue, 5 Mar 2019, 13:19 Ron Barnes, 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 10M -probesize 10M -f concat -safe 0 -i > Concat.TXT -c copy

[FFmpeg-user] Concatenating files - dropping audio

2019-03-05 Thread Ron Barnes
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 10M -probesize 10M -f concat -safe 0 -i Concat.TXT -c copy Output_Full_Video.m2ts After completion, I verify the