2007-04-24, 12:11 PM
Hi,
I am wondering how I set the default aspect ratio (i.e., fill, auto, letterbox, etc using F7). To test I have made the following modification to the config.xml:
However, when playing avi files it defaults to auto and I have to press F7 to get the Fill mode which is as you can see from my config the only applicable value. What I am looking for is a way to set a default value e.g., "fill" and only if needed change to other values.
BTW, I have not this problem with recorded mpgs or any other mpgs either.
I am using VMR9 and have also tried the suggestions i thread http://forums.nextpvr.com/showthread.php?t=25711 attaching my native log for this purpose.
Any thoughts anyone?
Also, is there anyway to control the F7 with the remote? I have seen the following post but not sure what it means: http://forums.nextpvr.com/showthread.php?t=19136
I am using direct access for the 34 buttos hauppauge remote.
\\Agerdin
I am wondering how I set the default aspect ratio (i.e., fill, auto, letterbox, etc using F7). To test I have made the following modification to the config.xml:
Code:
<!-- Aspect Ratio settings -->
<TvShape>16x9</TvShape>
<AspectRatioModes>
<!-- AspectRatioMode name="Auto" ratio="0,0,0,0" /> -->
<AspectRatioMode name="Fill" ratio="0,0,1,1" />
<!-- AspectRatioMode name="LetterBox" ratio="0,0.125,1,0.875" /> -->
<!-- AspectRatioMode name="Remove LetterBox" ratio="0,-0.125,1,1.125" /> -->
<!-- AspectRatioMode name="Center Cut" ratio="-0.05,-0.17,1.04,1.17" /> -->
<!-- AspectRatioMode name="PillarBox" ratio="0.08,0,0.92,1" /> -->
</AspectRatioModes>
However, when playing avi files it defaults to auto and I have to press F7 to get the Fill mode which is as you can see from my config the only applicable value. What I am looking for is a way to set a default value e.g., "fill" and only if needed change to other values.
BTW, I have not this problem with recorded mpgs or any other mpgs either.
I am using VMR9 and have also tried the suggestions i thread http://forums.nextpvr.com/showthread.php?t=25711 attaching my native log for this purpose.
Any thoughts anyone?
Also, is there anyway to control the F7 with the remote? I have seen the following post but not sure what it means: http://forums.nextpvr.com/showthread.php?t=19136
I am using direct access for the 34 buttos hauppauge remote.
\\Agerdin