this post was submitted on 26 Jan 2025
2 points (100.0% liked)

It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/SteviesBasement on 2025-01-26 23:03:37.

Over time i ended up with a number of files which have old containers/codecs and wonder if i should encode them to H264/H265 or AV1 in a .mp4 container? e.g. avi, mov, wmv, ...

Did some testing with Handbreak the results seem promising but for old formats the output are often larger than the input, especially unsure i'm about the bitrate (constant/variable) and what CF to use, since the files vary widely in what they are.

Looking for suggestions on what settings to use or if the entire thing is pointless anyways.

Note most old files are not 4k ,but 380, 720, ... and file-size isn't super important.

Playing around with encoders to see how long it takes, i assume time difference will be the same for a given length even if quality is different.

Used settings: Preset "H.265 NVENC 1080p (modified)", web optimized, AAC, Constant Framerate, CQ/RF 22, encoder as below

Source: 4k 13GB 48.8MB/s H264 mp4, quality seems similar(?)

| Codec                 | Compressed Size | Time   | Compression (%) | Bitrate        |
|-----------------------|-----------------|--------|-----------------|----------------|
| AV1 (NVEnc)(GPU)           | 5.11GB          | ~8min  | 60.69%          | 19.1 Mb/s      |
| H265 (NVEnc)(GPU)          | 4.05GB          | ~8min  | 68.85%          | 15 Mb/s        |
| AV1 (SVT)(CPU)             | 2.75GB          | ~24min | 78.85%          | 10.2 Mb/s      |
| H265 (H265)(CPU)           | 1.27GB          | ~28min | 90.38%          | 4618 kb/s      |

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here