Is there a way to speed up extraction of 40+gb 4k videos? This is by far the most time consuming part of the process and I was wondering if there was any hardware acceleration or even multi cpu way of speeding this up.

My cpu isn’t the newest, it’s an i7 5820k, overclocked just a bit, but I have a hard time believing that a newer cpu on its own will have more than marginal gains on this front, but I could be way off here.

edit: I just realized my processor came out in 2014. So I'm sure in 10 years we've made some inroads, I thought I bought this guy in 2018.

all 16 comments

sorted by: hot top controversial new old
[–] 10 points 3 years ago

The unpack process is usually single threaded, and a stock 5820k is slower than a ryzen 1600 in that case, so you're probably just running out of CPU performance. My server runs a 6700k and it's pretty slow to unpack even with nvme arrays

  • source
  • [–] 9 points 3 years ago* (1 child)

    Excluding everything that is more difficult to deal with (like getting an SSD/more RAM/more swap on Linux), have you tried using different extraction apps? Peazip is good: https://peazip.github.io/

    Edit: Here are some benchmarks for fastest extraction, Peazip is very good https://peazip.github.io/peazip-compression-benchmark.html#7-zip_vs_winrar

  • source
  • hideshow 2 child comments
  • [–] 6 points 3 years ago* (1 child)

    Your drive speed might be the limiting factor here, not your processor.

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 3 years ago (2 children)

    Interesting, I'm using a synology NAS in order to store lots of data, it should be relatively speedy but probably not compared to an onboard SSD. My SSD only has about ~100gb of free space so even using it as a temporary download center may not be right, looks like I'm looking into a terabyte nvme. Thanks for the suggestion!

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 3 years ago* (1 child)

    Are you sure network isn’t a bottleneck? Even with a gigabit network, copying 40gb worth of data back and forth can take a while.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago*

    Yeah network speed for gigabit is max 125MB/s. Or closer the 115MB/s including network overhead.

    Even with 2.5G networking I'm only hitting 250MB/s for my NAS. I've never seen anything close to 300MB/s

  • source
  • parent
  • [–] 4 points 3 years ago (1 child)

    tf are you getting 4k torrents that are ziped and why??

  • source
  • hideshow 2 child comments
  • [–] 4 points 3 years ago (1 child)

    If you're using the *arr apps to download, consider using unpackerr because it'll handle extraction and cleanup in the background.

  • source
  • hideshow 2 child comments
  • [–] 3 points 3 years ago (1 child)

    What type of speed is your hard drive?

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 3 years ago (1 child)

    It's hard to say since it's all RAIDed out but they're not SSD's, I just didn't have the space on the drive. But looks like I'm in the market for a new cpu, motherboard and NVMe drive now. Thanks for your input!

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago

    Are you unpacking them directly on your NAS?

    Because chances are, that if you use a Synology and map the drive or use the GUI, that the data keeps getting transferred between your PC and the NAS. This is a very slow process, especially if you connect by WiFi.

  • source
  • parent
  • [–] 3 points 3 years ago

    Some players can play rar files directly. Also look into rar2fs. I just try to avoid rars if possible

  • source