Video's do not play in correct aspect ratio.

poopboy352

Honorable
Mar 21, 2012
52
0
10,630
Hi,
I have just bought an Lg 29ea93 widescreen monitor with an aspect ratio of 21:9, upon testing it performs perfectly with games and other standard uses but I tried to watch films via windows media player and the aspect ratio is not correct which leaves the screen with huge black borders around the films. if there is anyway to fix this any help would be appreciated, thanks.
 
Solution
not if it is not the same ratio. You can do pan and scan or something.
As you link said, your is 21:9, MOST stand high def TV is 16:9. That why they make the DVD to fit that. Some bluray might include 21:9 format.
there are no options in WMP for aspect ratio selection unless its a menu option on the dvd itself. so use a different video player that will allw you to change the aspect ratio to fit your screen better. like i said vlc player has options for aspect ratios and is the player i dumped WMP for. a much better product all round.
its legit and its free and probably 1 of the apps that will become your goto app to play video like it is for me. give it a try.
 

biorobot

Reputable
Apr 14, 2014
1
0
4,510
HI to all ,
if Yo have Windows XP then in Windows Media Player 11 Yo can change the Aspect Ratio 4:3 , 16:9 or 21:9 manualy. Let the video whit bad aspect ratio play , klick Pause. In menu Now Playing klick More Options , klick on the TAP for propperties CD DVD Monitor and Speakers , klick Monitor then Propperties. Yo see an cirkle whit cross and downonder an smal window whit value 1,000. Change this value to 0,675 then klick OK. The aspect racio is now changed to 16:9.
An second option to chang the aspect ratio in WMP is , write HTML file like this..
<HTML>
<TITLE> Nasa Tv HD</TITLE>
<BODY BGCOLOR="BLACK"</BODY>
<object
id="MediaPlayer" width="640" height="360" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" >
<param name="fileName" value="YOURVIDEO.EXT" >
<param name="AllowFullScreen" value="true" >
<param name="Alt" value="vlag" >
<param name="AnimationatStart" value="true" >
<param name="AutoStart" value="true" >
<param name="Balance" value="false" >
<param name="Controller" value="full" >
<param name="DisplaySize" value="true" >
<param name="AspectRatio" value="widescreen" >
<param name="ShowAudioControls" value="true" >
<param name="ShowControls" value="true" >
<param name="ShowStatusBar" value="false" >
<param name="ShowTracker" value="false" >
<param name="StretchToFit" value="false" >
<param name="Volume" value="-1" >
<param name="windowlessvideo" value="true" >
</object>
</HTML>
Copy this file and save this as videotitle.html.
Goodlock ...