this post was submitted on 13 Nov 2023
1 points (100.0% liked)

Data Hoarder

24 readers
1 users here now

We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time (tm) ). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.

founded 10 months ago
MODERATORS
 

Hi there,

I am looking to take some video files that I have and looking to compress them down. Currently the files are MKV's that are slightly larger then I'd like. Does anyone have any programs that they would recommend using that compresses files quickly? I have used movaivi to compress and it works well but its slow and some times freezes up when adding more then 10 files.

Thank you for the help.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

Beware you don't really "compress" the videos like zip files but rather re-encode them, which is not lossless. Encoding is a very computation-heavy task that can only be brute forced with more raw hardware power.

You should make more research and experiments before doing this, no one can give you a "one size fit them all" solution when it comes to encoding.(i.e. you want to prefer speed or quality, there are tons of option) For starters if your GPU supports hardware decoder+encoder you can use it to speed up the encoding process, this is far faster than using only CPU to decode and encode.

Have a look at what HEVC is if you want to have good balance between size while preserving quality.