Kodi Community Forum
[WINDOWS][PATCH]Bitstream output of HD audio formats - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [WINDOWS][PATCH]Bitstream output of HD audio formats (/showthread.php?tid=121877)



- good2002 - 2012-02-10

DDDamian

Thanks!


- DDDamian - 2012-02-10

good2002 Wrote:DDDamian

Thanks!

Welcome to the forums man, and you're welcome all. It's a tribute to all the fine work done by some clever folks Big Grin

I'm back to doing what I can for AE (mostly an audio guy) but glad it's working well for everyone.


- DDDamian - 2012-02-10

PatrickBateman Wrote:I love you Damian <swoon> Laugh

This build will see me for a while Smile Fantastic! Absolutely fantastic!

Ps
Why will we find it snappier?... What did you do Damian... c'mon, tell us... What the hell did you do Wink Did you add a turbo or a power boost valve or something?

Just some optimization Laugh let me know if it seems more responsive. And I take it everyone here knows the dirty regions and ddsfanart tricks?


- voip-ninja - 2012-02-10

Tricks? What Tricks? Tongue


- DDDamian - 2012-02-10

voip-ninja Wrote:Tricks? What Tricks? Tongue

Here's a very simple advancedsettings.xml which can speed up fanart display, reduce power consumption and generally save the world:

Code:
<advancedsettings>
     <gui>
        <algorithmdirtyregions>1</algorithmdirtyregions>
        <nofliptimeout>1000</nofliptimeout>
     </gui>
     <useddsfanart>true</useddsfanart>
     <allowd3d9ex>false</allowd3d9ex>
</advancedsettings>



- voip-ninja - 2012-02-10

DDDamian Wrote:Here's a very simple advancedsettings.xml which can speed up fanart display, reduce power consumption and generally save the world:

Code:
<advancedsettings>
     <gui>
        <algorithmdirtyregions>1</algorithmdirtyregions>
        <nofliptimeout>1000</nofliptimeout>
     </gui>
     <useddsfanart>true</useddsfanart>
     <allowd3d9ex>false</allowd3d9ex>
</advancedsettings>

Okay, thanks I will give that a go also.


- TechLife - 2012-02-10

Makes a big difference. Very noticeable.


- CpTHOOK - 2012-02-10

DDDamian Wrote:Here's a very simple advancedsettings.xml which can speed up fanart display, reduce power consumption and generally save the world:

Code:
<advancedsettings>
     <gui>
        <algorithmdirtyregions>1</algorithmdirtyregions>
        <nofliptimeout>1000</nofliptimeout>
     </gui>
     <useddsfanart>true</useddsfanart>
     <allowd3d9ex>false</allowd3d9ex>
</advancedsettings>

DDDamian Wrote:My ears were burning Laugh

XBMC Beta 3 + HD-Audio + Global AV Delay

Taken today from master plus DanielaE's HD audio patch + a11599's timing correction and global AV delay, compiled with installer.

You might find it a little zippier too Cool

Good work all.

Thanks for this...!!

XBMC Hero's in this thread for realNod


- bossanova808 - 2012-02-10

I thought usedds was no longer advised with Eden give the new souped up internal image stuff? Maybe that's just with Linux and dds is still advised for Windows?

And why this one?
allowd3d9ex


- mrhyde1969 - 2012-02-10

voip-ninja Wrote:I wanted to confirm that this new patch that DDDamian has produced is working fantastically.

1. XBMC Eden Beta 3
2. DTS-MA bitstream! (w00t!)
3. lip sync timing fix for 24p
4. Audio offset fix so even an hour+ into a DTS-MA movie, no frame drops

This is just about perfect. If a fix could be found to the issue affecting some True HD rips it would be... but in the meantime I am perfectly happy bit-streaming DTS-MA and sending True HD as PCM.

Thanks man, it's appreciated!

I secound that about TRUE HD. If this was fixed I would be in XBMC heaven Big Grin oh yes...


- T800 - 2012-02-10

I've had problems with XBMC crashing since I used the Daniela's first build also with Beta 2 after using this (that I didn't before) and now with Beta 3. Anyone having similar issues:
http://forum.xbmc.org/showthread.php?tid=122439


- PatrickBateman - 2012-02-10

DDDamian Wrote:Here's a very simple advancedsettings.xml which can speed up fanart display, reduce power consumption and generally save the world:

Code:
<advancedsettings>
     <gui>
        <algorithmdirtyregions>1</algorithmdirtyregions>
        <nofliptimeout>1000</nofliptimeout>
     </gui>
     <useddsfanart>true</useddsfanart>
     <allowd3d9ex>false</allowd3d9ex>
</advancedsettings>

I use the same except I use dirty regions 3 and 100 noflip.
I've not tried allow3d9ex yet? What is this one?


Advancedsetttings - Wanilton - 2012-02-10

I Think advancedsettings.xml from a11559 is more fine for use with DDDamian version, download file here

Code:
advancedsettings>

  <!-- Turn on debug logging without any visual signs on XBMC GUI            -->
  <!-- This is useful if you are experiencing problems and want to report it -->
  <loglevel>1</loglevel>

  <audio>

    <!-- Fix DTS stutter in MKV patch                    -->
    <!--   <enablealtsync> true = enable patch (default) -->
    <!--                   false = disable patch         -->
    <enablealtsync>true</enablealtsync>
    
  </audio>

  <video>

    <!-- DXVA Pixel Shader based HQ scalers patch                                          -->
    <!--   <preferdxvahqscalers> true = use PS based scaling when scaling set to Automatic -->
    <!--                         false = always use DXVA scaling (default)                 -->
    <preferdxvahqscalers>true</preferdxvahqscalers>

    <!-- Global AV delay patch                    -->
    <!-- Delay in msecs, range between -600 - 600 -->
    <globalavdelay>
    
      <!-- Global default AV delay -->
      <delay>0</delay>
    
      <!-- Override global AV delay for given display refresh rates -->
      <!-- You can specify multiple <refresh> entries               -->
      <!--   <refresh>                                              -->
      <!--     <min>, <max> refresh rate range, OR                  -->
      <!--     <rate> exact refresh rate                            -->
      <!--     <delay> delay                                        -->
      <!--   </refresh>                                             -->
      <!-- Example below: apply -125 msec delay for 24p playback    -->
      <refresh>
        <min>23</min>
        <max>24</max>
        <delay>-125</delay>
      </refresh>
      
    </globalavdelay>

  </video>
    <gui>
        <algorithmdirtyregions>3</algorithmdirtyregions>
        <nofliptimeout>0</nofliptimeout>
    </gui>
</advancedsettings>



- publicENEMY - 2012-02-10

please update this for the recently released xbmc beta 3.

thanks. the best xbmc release.


look better - Wanilton - 2012-02-10

publicENEMY Wrote:please update this for the recently released xbmc beta 3.

thanks. the best xbmc release.


Read previous posts...link for version xbmc beta 3 + audio Hd etc..