Re: [FFmpeg-user] Concat MTS problems

2023-02-12 Thread Alexander Gribanov
вс, 12 февр. 2023 г. в 01:41, Anatoly : > On Sat, 11 Feb 2023 20:56:44 +0300 > Alexander Gribanov wrote: > > > Hello! > > > > I have a camera which splits long recordings into files 2 Gb size... > > > > How to concat them properly via ffmpeg? > > > > I make text file files.txt like this: > > file

Re: [FFmpeg-user] Concat MTS problems

2023-02-11 Thread Anatoly
On Sat, 11 Feb 2023 20:56:44 +0300 Alexander Gribanov wrote: > Hello! > > I have a camera which splits long recordings into files 2 Gb size... > > How to concat them properly via ffmpeg? > > I make text file files.txt like this: > file '2022-12-30_2.MTS' > file '2022-12-30_3.MTS' > fil

Re: [FFmpeg-user] Concat MTS problems

2023-02-11 Thread Def Etienne
> > On 11 Feb 2023, at 18:57, Alexander Gribanov wrote: > > Hello! > > I have a camera which splits long recordings into files 2 Gb size... > > How to concat them properly via ffmpeg? > > I make text file files.txt like this: > file '2022-12-30_2.MTS' > file '2022-12-30_3.MTS' > fi

[FFmpeg-user] Concat MTS problems

2023-02-11 Thread Alexander Gribanov
Hello! I have a camera which splits long recordings into files 2 Gb size... How to concat them properly via ffmpeg? I make text file files.txt like this: file '2022-12-30_2.MTS' file '2022-12-30_3.MTS' file '2022-12-30_4.MTS' file '2022-12-30_5.MTS' And then use the following co