I am new in this forum, French and my English is not completed, please thus excuse me in advance.
This section expose a solution for ratio (HD Videos, h264) problem with the new Sony Bravia familly (KDL xx EX700 EX500 etc...) only tested on Windows 7 x64 (but i think it's the same for other OS).
1- Get the latest beta version 1.20.409
2- Edit de ../renderers/bravia5500.conf -> At the "UserAgentAdditionalHeaderSearch=" line, add in the end of line : " |(BRAVIA KDL.+EX7) " like :
UserAgentAdditionalHeaderSearch=(BRAVIA KDL.+5[0-9]{3})|(BRAVIA KDL.+WE5)|(BRAVIA KDL-[0-9]{2}XBR9)|(BRAVIA KDL.+EX5)|(BRAVIA KDL.+EX7)
3- Launch PMS and you should see your PMS on your XMB TV menu.
4- Go to TRANSCODING SETTINGS, select MENCODER in left menu and clic on EXPERT SETTING: CODEC SPECIFIC PARAMETERS button.
* You have different options following the size of the video :
- For 1.77 ratio (1280*720, 1920*1080, TV SHOWS, PIXAR etc...) set :
:: -mpegopts vaspect=4/3
- For 2.35 (or 2.40) ratio (1280*544, 1920*800, 1920*816, many FILMS...) set :
:: -mpegopts vaspect=221/100
Use MEDIA INFO program to know the video format.
PROBLEM:
i try this option
and it works.((double) width / height) >= 1.7 && ((double) width / height) <= 1.8 :: -mpegopts vaspect=4/3
if i add
only 1.77 videos works, the 2.35 videos have wrong ratio, the second condition seems to be ignored.((double) width / height) >= 1.7 && ((double) width / height) <= 1.8 :: -mpegopts vaspect=4/3
((double) width / height) >= 2.3 && ((double) width / height) <= 2.5 :: -mpegopts vaspect=221/100
when i set only :
the condition won't work. I don't understand because 1280/544 or 1920/816 or 1280/800 > 2.3 and < 2.5 ...((double) width / height) >= 2.3 && ((double) width / height) <= 2.5 :: -mpegopts vaspect=221/100
So i have to change this settings manually... Anyone have a magic syntax to combine this 2 parameters according the video size?
Other thing:
* In my case, i have an INTEL E5300 processor (DUAL CORE), it's insufficient for FULL HD video (stuttering) but it's good on LAN (78mbps) with this option in COMMON TRANSCODE SETTINGS on left menu :
keyint=1:vqmax=5:vqmin=2
* I resolved some stutterings and de synchronizations of video and sound by set options like image in attachment.
I hope to have helped some one of you and still forgiveness for my bad English
Refferences:
viewtopic.php?f=15&t=2099&p=29976&hilit=EX700#p29955
http://man.cx/mencoder%281%29
