Please explain bash$ mencoder -ovc x264 -oac mp3lame -x264encopts \ subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid=normal:weight_b \ -o hoax.avi ray_480p_normal.mp4 then o god o god.. is this a porn?
Read this page: http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-x264.html Each of the keys in the string has a value which is explained in the document. Basically they're claiming something revolutionary, which in the end is just using the x264 encoder with the right fine-tuned options.
There are quite literally dozens of scam companies built off x264, claiming in many cases that they made an "incredible" magical proprietary encoder with "revolutionary" compression. Of course they just run x264.
Fortunately it is extremely easy to identify an x264-encoded stream, even if all the headers are stripped and rewritten: it would be extremely difficult to modify x264 to cloak such a stream entirely unless you knew the code line for line, and even then, some of the features of x264 that are responsible for much of its compression advantage are extremely obvious in an analyzer (variance adaptive quantization).