Kodi Community Forum

Full Version: Slow down 25fps video so it plays at 24fps?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I slow down video which is incorrectly encoded at 25fps so that it plays at the correct 24fps (23.976fps)? Often I get videos that have been sped up and everyone sounds like chipmunks. I can do this easily with mplayer with the "-speed 0.96" flag, but can't figure out how to do it with XBMC.
I just found out how to solve this last night. Create an advancedsettings.xml file as described at http://wiki.xbmc.org/index.php?title=Use...3Cvideo.3E and setup your video/ adjustrefreshrate/ override settings. I set it up as:

<video>
<adjustrefreshrate>
<override>
<fps>25</fps>
<refresh>24</refresh>
</override>
</adjustrefreshrate>
</video>
Nope, doesn't work. Sounds exactly the same, all the dialog still sounds like chipmunks.