as some of you may know i have been on a marathon test encoding session for a while, creating batch encodes of dozens of jobs at a time. in testing various parameters within x264, something occurred to me, is the motion estimation setting at odds with the sub motion estimation setting?
consider the entries from the x264 wiki:
http://mewiki.project357.com/wiki/X264_Settings#me
"Set the full-pixel motion estimation method."
http://mewiki.project357.com/wiki/X264_Settings#subme
"Set the subpixel estimation complexity."
0. fullpel only 1. QPel SAD 1 iteration 2. QPel SATD 2 iterations 3. HPel on MB then QPel 4. Always QPel 5. Multi QPel + bi-directional motion estimation 6. RD on I/P frames 7. RD on all frames 8. RD refinement on I/P frames 9. RD refinement on all frames, so if my reading is correct, subme=0 only uses full pixels in motion estimation, thus "me" comes into play and higher values result in more indepth motion estimation analysis.
by the same token, i would take the above entries to mean that with anything other than subme=0, quarter pixel motion estimation is used and thus "me" settings should be ignored, even if they do get written to the stream as encoding parameters.
does the above reasoning sound right to you guys?
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by deadrats; 13th Dec 2012 at 16:39.
-
no, they are complementary
--me specifices the search pattern. --subme refines the interpolation (it goes to subpixel, or "inbetween" values) unless --subme 0 is used
Similar Threads
-
Best x264 settings for SD?
By kkiller23 in forum Video ConversionReplies: 48Last Post: 1st Aug 2012, 09:12 -
x264 settings/AVCHD
By soneca in forum Video ConversionReplies: 6Last Post: 13th Jan 2012, 05:51 -
x264 Mediainfo to MeGUI x264 Settings
By shagratt71 in forum Video ConversionReplies: 0Last Post: 1st Jan 2012, 04:59 -
Help with Best x264 Settings and Virtualdub Avidemux
By ZZen in forum EditingReplies: 13Last Post: 9th Jun 2009, 08:48 -
FfmpegX x264 settings
By bvdw in forum ffmpegX general discussionReplies: 4Last Post: 20th Jan 2009, 13:23