Pages

May 25, 2013

Join your Files

If you have some files which split into several parts such as movie.mkv01, movie.mkv02 and movie.mkv03 you can join it using a programs named hjsplit where it is used in Linux, Windows and Mac. In linux you can use terminal to join those files, the step is :

  • Make sure you place the files into one folder
  • Open terminal, type "cd yourfolder"
  • type "cat movie.mkv01 movie.mkv02 movie.mkv02 > movie.mkv"
  • wait for a few minutes then you can enjoy you file
In other way you can download hjsplit on Windows or Linux

No comments:

Post a Comment