Compress to multiple volume RAR
To compress a big video file, movie.avi and split it into multiple files, each size up to 12MB, rar a -m5 -v12m myarchive movie.avi A list of files (myarchive.part1.rar, myarchive.part2.rar, ..) will be created in current directory. You may change the compression quality, -m5 is the best and the slowest, while -m0 do no […]

