Une erreur inattendue s'est produite.

How to concatenate two MP4 files using FFmpeg? - Snippets

How to concatenate two MP4 files using FFmpeg?

$ cat mylist.txt
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'

$ ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4