x265 is considerably more efficient than x264. I just re-encoded the entirety of my copy of Farscape, from the same Bluray source discs. Here's a comparison of the final file size for each copy. Settings were as follows:
Both copies were encoded with an RF of 20, 1080p, framerate same as source. The #x264 copy only had a 160 kbps AAC stereo audio track. The #x265 copy included that, but also included an un-touched DTS-HD-MA surround sound track, as well as commentary audio tracks.
Actually, #HEVC doesn’t work either, using #x264 instead. I don’t really understand why they don’t work since from what I’ve read they should have wide support. 🤔
Been learning more #NixOS including #HomeManager so I can set it up as automated as possible. I’m considering learning setting NixOS up to pull the transcode script straight from a #Git repo, that would be cool!
That script now works on the #RaspberryPi 4. My current challenge is setting up #Nix to run it when the machine turns on with #SystemD.
I can’t really get SystemD to do anything at all, which is frustrating. Not sure what I’m doing wrong. 😑 Once that works though I think the system is operational!
Comparing compression in AV1, x264, and x265
I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.... #codec #comparison #quality #encode #av1 #x264 #x265
I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results....
I re-encoded my test video with #x265 at the same bitrates and presets, to visually compare with #AV1 in my simple browser tool.
It turns out that the "#hevc in browser" story is much more complicated than with #AV1. It just doesn't work on any browser on my #Android phone - Firefox nor Chrome.
https://caniuse.com/hevc references "wontfix" issues. I guess I'll just compare them in VLC "offline" then, and for web do #x264 instead...