>>92
ffmpeg -f concat -i seg_video_list.txt -c copy video.h264
ffmpeg -f concat -i seg_audio_list.txt -c copy audio.aac
ffmpeg -i video.h264 -i audio.aac -movflags faststart -c copy out.mp4