Имя пользователя:
Пароль:
 

Название темы: x264
Показать сообщение отдельно

Аватара для AlexB17

Ветеран


Сообщения: 707
Благодарности: 29

Профиль | Отправить PM | Цитировать


Ну переводить не буду уж - но в кратце вот:

Trellis quantization optimizes the motion estimation following a rate distortion function. It slightly decreases encoding speed and leads to a slight quality loss along (but the decrease in used bitrate is considerable in comparison).

Trellis quantization is actually very dependent on bitstream format: It's purpose is to reduce some inefficiencies in Huffman coding of DCT coefficients. But H.264 uses Arithmetic coding, which doesn't suffer the same problems.

Trellis uses rate/distortion optimization, which means that it may decrease the quality of the video if it can save enough bits to be "worth it" (where the definition of worth depends on quantizer). Or it might have increased the quality and you could be underestimating the improvement by looking at only filesize. The tradeoff threshold is supposed to be calibrated such that it doesn't modify quality much, but it's not perfect, and can only be accurately measured in 2pass mode. (The same advice applies to all options, but especially vhq, bvhq, and anything related to B-frames.)

-------
P4 2.6GHz(800/HT)/865PE/2Gb Dual DDR/6600GT/2x160Gb SATA/DVD-RW Nec, Combo Sony... фуфло еще то, но до Core Quad нужно дожить
-------------------------------------------------------------------------------
http://img249.imageshack.us/img249/6...afanbarkq0.png


Отправлено: 20:39, 19-12-2005 | #269

Название темы: x264