I have some videos and trying to concat them using below command:
concat
ffmpeg -f concat -i videos_list.txt -c copy -y result.mp4
command