Slow down 25fps video so it plays at 24fps?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
FozzTexx Offline
Junior Member
Posts: 2
Joined: Jul 2012
Reputation: 0
Post: #1
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.
find quote
nabaC Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #2
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>
find quote
FozzTexx Offline
Junior Member
Posts: 2
Joined: Jul 2012
Reputation: 0
Post: #3
Nope, doesn't work. Sounds exactly the same, all the dialog still sounds like chipmunks.
find quote