concatenate mp4 files using ffmpeg

PHOTO EMBED

Tue Jan 02 2024 03:58:54 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

# input.txt
file 'file1.mp4'
file 'file2.mp4'
file 'file3.mp4'

# terminal
ffmpeg -f concat -safe 0 -i input.txt -c copy output.mp4
content_copyCOPY