Combine mp4 videos

I have about 500 animations in mp4 format, each about 600 frames and 40 seconds long. The files are named something like:

video_001.mp4
video_002.mp4
⋮
video_500.mp4

All of the videos have the same dimensions and frame rate.

I’d like to combine all of the individual animations into one, long .mp4 file without loss of quality. Is this possible in Julia?

Maybe FFMPEG.jl is relevant? That is the tool I typically use for something like this, although I don’t have experience doing it within Julia.