0

I have chunks of a video in separate files.

  • file_0
  • file_1
  • file_2

I have to combine these chunks to one file.

On MacOS in the terminal i use

cat "file_0" "file_1" "file_2" > fullFile.mp4

an it works great.

How can i concat / merge files in Swift or objective-c?

I can't find any answer by googling it. Thank you!

0 Answers0