My media library is composed of all H264-compressed movies and tv show files. I'm planning on using FFMPEG to convert everything to H265 but have a couple of concerns in doing so.
1. What is the difference between intra (main10-intra) and non-intra profiles (main10) in H265? Are there any other H265 video profiles that are available with FFMPEG?
2. For bit depth, 8bit, 10bit, or 12bit? I'm reading that 12bit is overkill and 10bit is actually very good for HDR. Is this accurate and should I go for 10bit?
3. For chroma subsampling, 4:2:0, 4:2:2, or 4:4:4? I'm reading that for movies and tv shows where you watch a couple of feet away from the TV, 4:2:0 is more than enough. 4:4:4 is almost only used when either using your TV as a PC monitor or using it with console games with a lot of texts. How about 4:2:2, where is it mostly used?
4. What is the equivalent H265 CRF for H264 CRF of 18?
5. Do you recommend using VAAPI HW encoding for this use case? I know SW encoding is almost always better (in terms of quality) than HW encoding, but HW encoding is just super faster than SW encoding.
Thanks for the help!
+ Reply to Thread
Results 1 to 5 of 5
-
-
Don't do dat.
I don't know much yet about the intricacies of the H265 format, but what you intend to do seems rather pointless, as you will either lose quality (and at least for now compatibility with most hardware players) or actually increase the size of said library, which definitely defeats the purpose. Because "the equivalent H265 CRF for H264 CRF of 18", whatever it is, is probably not going to shrink the size of the current files which are probably compressed with much more bitrate constrained settings (equivalent to x264 CRF 23 or more — by the way, "H.264" is the generic name of the format, x264 is a particular open-source implementation, so the CRF scale in question applies to x264, not H.264). Also, I may be mistaken, but I don't see the point of going from 8bit 4:2:0 (which are most likely the current parameters for all those videos) to higher values, which are meant to preserve a certain level of quality and detail, but can't re-generate something that's already been lost in compression. -
I should've given you a background of how I come up with my media files. As soon as I download a media file from the Internet, it gets converted to mp4 (h264 format, crf 20, high profile) using the sickbeard_mp4_automator script. I did already try converting one media file from h264 crf 20 to h265 crf 23 and had around 70% file size savings with a lower bitrate file.
Thanks for the explanation regarding the difference between h.264 and x264. I guess I was confused because you can put both h264 and x264 as a filter value for the video-codec in that script. Do you have any idea why?
But I get what you're saying. I'm practically compressing an already-compressed file that I get from the Internet twice if I decide to convert everything to H265. So loss on top of loss on top of loss. As for doing 8bit to 10bit conversion, when would it be beneficial? Just during the first conversion of the mkv to mp4? -
Also, for audio channel bitrate would 256 Kbps be enough? Or can I go full 320 Kbps?
-
I should've given you a background of how I come up with my media files. As soon as I download a media file from the Internet, it gets converted to mp4 (h264 format, crf 20, high profile) using the sickbeard_mp4_automator script. I did already try converting one media file from h264 crf 20 to h265 crf 23 and had around 70% file size savings with a lower bitrate file.
Thanks for the explanation regarding the difference between h.264 and x264. I guess I was confused because you can put both h264 and x264 as a filter value for the video-codec in that script. Do you have any idea why?
Also, for audio channel bitrate would 256 Kbps be enough? Or can I go full 320 Kbps?
Similar Threads
-
Zond 265, the first professional HEVC / H.265 Analyzer from SolveigMM
By DmitryV in forum Latest Video NewsReplies: 5Last Post: 13th May 2024, 09:02 -
Recoding huge DVD+video archive to HEVC - advice on ffmpeg settings + Card?
By STilez in forum Video ConversionReplies: 22Last Post: 13th Oct 2019, 11:58 -
Nvidia h.265 hevc lossless
By qo4on in forum Video ConversionReplies: 30Last Post: 11th Apr 2019, 07:45 -
4K H.265 (HEVC) advice please!!
By maverickluke in forum Video ConversionReplies: 5Last Post: 7th Jun 2018, 10:09 -
HEVC x.265 conversion ?
By joecass in forum Newbie / General discussionsReplies: 13Last Post: 31st Dec 2016, 07:09