Hard Drive Prices

Everything related to MakeMKV
Post Reply
Message
Author
BrianDW
Posts: 90
Joined: Mon Oct 10, 2022 12:15 am

Hard Drive Prices

#1 Post by BrianDW » Mon Feb 23, 2026 1:31 am

As we all know, storing our MAKE MKV files consumes a lot of space.

Hard drives (external or internsl, ssd or hdd) are skyrocketing in price.

Luckily I bought several 22 tb drives before the current pricing crisis, but they won't last forever.

Has anyone come up with a way to deal with exponentially rising hard drive prices?

HomerJay
Posts: 6
Joined: Wed Dec 11, 2024 6:09 am

Re: Hard Drive Prices

#2 Post by HomerJay » Mon Feb 23, 2026 4:06 am

I’ve just gone through the process of converting all my Blu-ray rips (HD) to HEVC. That’s a video codec that’s about twice as efficient as AVC, VC-1 and MPEG video used on blu-ray. So theoretically half the disc space for same video quality.

I saved over 20TB of NAS storage. I kept original audio so no space spacing there (I want lossless audio), I was also a little conservative on the video settings, encoding HEVC video to approx 60% of the original bitrates.

I ended up writing some code to set the encoder settings based on each rip’s bitrate and ran the conversions on two PCs with NVidia GPUs using hardware encoding, About 20 minutes per 2hr movie/concert. Shorter for TV episodes.

Hittsy
Posts: 16
Joined: Mon Jun 09, 2025 4:08 am

Re: Hard Drive Prices

#3 Post by Hittsy » Mon Feb 23, 2026 4:54 am

After an initial investment for my plex server, I've just started budgeting it into my film and TV show purchases.

A 4k film takes up about 80GB, or ~1/10 of a TB. Assuming a price of around $10/TB, I put $2 into my piggybank per film. Of course, with drives costing $15/TB, I need to adjust some figures...

GeorgeMech
Posts: 7
Joined: Sun Feb 22, 2026 7:36 pm

Re: Hard Drive Prices

#4 Post by GeorgeMech » Mon Feb 23, 2026 3:27 pm

I suspect the forces driving unprecedented demand will hit a wall economically sometime in the next 2 years, cratering prices for RAM, storage, and there will be a glut of absurdly capable GPUs flooding the market. Even if AI is broadly useful at some point, I don’t see how OpenAI survives financially, and if OpenAI fails there will be industry contagion due to the economic and organizational tendrils they have in each other.

kaysee
Posts: 95
Joined: Wed Apr 07, 2021 12:22 am

Re: Hard Drive Prices

#5 Post by kaysee » Mon Feb 23, 2026 9:39 pm

Possibly, but what is more predictable is the ability for supply to catch up with the spike in demand.

Y_Wrench
Posts: 2
Joined: Tue Feb 24, 2026 12:57 am

Re: Hard Drive Prices

#6 Post by Y_Wrench » Tue Feb 24, 2026 1:17 am

It’s a far less than ideal scenario, but I would consider burning to Blu-Ray discs (with the cost of an extra drive just for burning factored in) for some things if I fill the spare 26 & 28 tb drives I bought in November.

PixelPerfect
Posts: 2
Joined: Fri Feb 27, 2026 8:12 pm

Re: Hard Drive Prices

#7 Post by PixelPerfect » Fri Feb 27, 2026 8:54 pm

The bubble is already looking unstable, RAM prices seem to have started dropping already, granted not nearly to reasonable levels. I'm just getting started with MakeMKV, and all this, but I'm keeping an eye out for these new HDDs western digital is working on, seems like an ideal solution on the horizon. 100tb platters that are approaching NVME speeds seems like a solid solution, if and when.

https://www.techpowerup.com/345945/west ... i-o-speeds

BrianDW
Posts: 90
Joined: Mon Oct 10, 2022 12:15 am

Re: Hard Drive Prices

#8 Post by BrianDW » Sat Feb 28, 2026 12:44 am

Thank you for the link.

Stavevan887
Posts: 2
Joined: Sun Mar 08, 2026 6:20 pm

Re: Hard Drive Prices

#9 Post by Stavevan887 » Sun Mar 08, 2026 7:56 pm

For now the best way to save space for hard drives is converting all H264 to H265 HEVC by using FFMPEG. This can shrink H264 files size down by 40% or more.

seamus
Posts: 46
Joined: Wed Jun 25, 2025 7:13 am

Re: Hard Drive Prices

#10 Post by seamus » Sat Mar 14, 2026 5:30 am

Before getting carried away with H.265 as a way to save disk space, perhaps you should consider the topic of Generation Loss.

The problem is this: Your source data (BD/DVD) contains video data that has already been encoded/compressed using a lossy codec; i.e. mpeg2 with DVDs, H.264, Hi Profile with BDs.

Unfortunately, you are fighting this immutable law:
The only way to avoid generation loss is by using uncompressed or losslessly compressed files ... Put another way, lossy compression "throws away" some data, and that data cannot be restored or recovered.

You don't have losslessly compressed data on a DVD or BD. Consequently, re-encoding will result in generation loss.

Post Reply