johnd <john <at> jjdev.com> writes: > I am not able to concat to vids... > > john <at> ldev:ffmpeg -y -i concat:"0.mp4|1.mp4" Apart from the concat demuxer (that will work fine for your use case) there is also a concat filter, see the fine documentation. Both are better choices than recoding to transport streams. Carl Eugen