I hace only a HDD of 1tb for my courses I want to do. I need more space how’s is the best form of packing them to save some space?

Materials includes, OVA, PDFs, mkv, and epubs.

Thanks

0

  • far_university1990@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    Video is almost not compressible (or rather, modern codecs already compress a lot). If the video is encoded in older codecs, reencoding can help (av1, h265), but will decrease quality (test for yourself if worth it).

    If you do not need full resolution, scaling down maybe an option.

      • far_university1990@feddit.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        OVA is virtual machine stuff, no experience, sounds not compressible (but you should try anyway, maybe 7z or zstd).

        pdf are already pretty compact (except if just images embedded in pdf, but same problem with video applies to images), might compress. might not be that much space saved because pdfs are usually small.

        mkv can contain almost every codec on the planet, see my above comment on video. you can check video codec with ffprobe and reencode/downscale with ffmpeg (probably also with gui program, but dont know any).

        epub are zip files, but maybe not compressed on max. decompress and then compress with max zip setting. if contains large images, same problem as video.