I was looking over some of the encoder settings of various video files I had when a thought occured to me. I have read that H254 and H265 compress video by throwing out details during movements that the eye would miss anyway. Therefore, a more accurate (and time consuming) ME setting would actually throw out more details than a less accurate ME (and faster) setting. This may be constrained by other limits (such as crf?) Is this correct?
If yes, then should I want to convert an existing H264/5 video, using a lower ME would allow me to preserve more existing details?
Which would have a greater effect on keeping details, lower ME or lower CRF?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Lower CRF will have greater effect
This will result in larger filesizes. At some point it will be larger in filesize than the original. For x264 crf 0 is lossless, for x265 crf 4 is lossless. Both will be many times larger than the original at that point (because the original is decoded to uncompressed data, before it's re-compressed)
To answer the ME part , a better ME analysis will yield higher quality at a given filesize or bitrate.Last edited by poisondeathray; 17th Aug 2018 at 10:24.
Similar Threads
-
Zond 265 incorporates Netflix VMAF metric for Quality Estimation
By DmitryV in forum Latest Video NewsReplies: 0Last Post: 3rd Apr 2018, 14:11 -
How motion estimation/compensation works?
By arkoudinos in forum Newbie / General discussionsReplies: 3Last Post: 11th Apr 2016, 09:28 -
Avisynth - What's Wrong with this Script. (FPS Convert/Motion Estimation)
By RAB78 in forum Video ConversionReplies: 41Last Post: 25th May 2015, 13:06 -
Motion estimation range, and subpixel motion estimationto & more
By DrDeceit in forum Video ConversionReplies: 16Last Post: 19th Dec 2014, 04:25 -
GPU accelerated motion estimation in x265.Will it be possible in the future
By Stears555 in forum Video ConversionReplies: 4Last Post: 26th Nov 2013, 10:47