home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
MediaInfo Wrapper decoding SD content as HD
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mcmanuss8" data-source="post: 792110" data-attributes="member: 83774"><p>bump. Any chance I can get someone to look into this? Still having this issue after upgrading to 1.2.0 final. I did upgrade to the latest MediaInfo.dll again (0.7.5) but still the issue persists.</p><p></p><p>Logs are the same as before. Below is another log snippet, along with the output of MediaInfo on the same file. Looking at the code for MediaInfoWrapper, it *should* do the right thing here. The only issue I can see is since we're doing an exact match, if for some reason the wrapper saw " 4:3" or "4:3 " or any variation thereof, it would default to widescreen. I also notice the line of code has a space between Display and AspectRatio. The output from MediaInfo does not seem to have this. </p><p></p><p><a href="http://sources.team-mediaportal.com/websvn/filedetails.php?repname=MediaPortal&path=%2Ftrunk%2Fmediaportal%2FCore%2FPlayer%2FMediaInfoWrapper.cs&sc=1" target="_blank">WebSVN - MediaPortal - Rev 28083 - /trunk/mediaportal/Core/Player/MediaInfoWrapper.cs</a></p><p></p><p>[CODE] _aspectRatio = _mI.Get(StreamKind.Video, 0, "Display AspectRatio") == "4:3" ? "fullscreen" : "widescreen";</p><p>[/CODE]</p><p></p><p></p><p></p><p></p><p></p><p>I tried rolling back MediaInfo to an older version and it's no different.</p></blockquote><p></p>
[QUOTE="mcmanuss8, post: 792110, member: 83774"] bump. Any chance I can get someone to look into this? Still having this issue after upgrading to 1.2.0 final. I did upgrade to the latest MediaInfo.dll again (0.7.5) but still the issue persists. Logs are the same as before. Below is another log snippet, along with the output of MediaInfo on the same file. Looking at the code for MediaInfoWrapper, it *should* do the right thing here. The only issue I can see is since we're doing an exact match, if for some reason the wrapper saw " 4:3" or "4:3 " or any variation thereof, it would default to widescreen. I also notice the line of code has a space between Display and AspectRatio. The output from MediaInfo does not seem to have this. [url=http://sources.team-mediaportal.com/websvn/filedetails.php?repname=MediaPortal&path=%2Ftrunk%2Fmediaportal%2FCore%2FPlayer%2FMediaInfoWrapper.cs&sc=1]WebSVN - MediaPortal - Rev 28083 - /trunk/mediaportal/Core/Player/MediaInfoWrapper.cs[/url] [CODE] _aspectRatio = _mI.Get(StreamKind.Video, 0, "Display AspectRatio") == "4:3" ? "fullscreen" : "widescreen"; [/CODE] I tried rolling back MediaInfo to an older version and it's no different. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
MediaInfo Wrapper decoding SD content as HD
Contact us
RSS
Top
Bottom