OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
For anyone looking to bump their h264 frequency, the settings required depend on the plls and how close you can get with integer divisors (see here for formula).

A few options:

With default core_freq:
Code:
gpu_freq=275
force_turbo=1
should get a h264_freq=275 (along with all other gpu freqs)

When overclocking core_freq (in this example, to 500Mhz):
Code:
core_freq=500
gpu_freq=275
avoid_pwm_pll=1
force_turbo=1
should get a h264_freq=275.

h264 should be fine at 400, the following should work:
Code:
gpu_freq=400
v3d_freq=300
sdram_freq=500
avoid_pwm_pll=1
force_turbo=1

If you don't want force_turbo it's a bit trickier. You have to go higher.
Code:
h264_freq_min=333
over_voltage_min=2

This should also work:
Code:
gpu_freq_min=240
h264_freq_min=300
over_voltage_min=2
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
Missing splash video - by Dinos52 - 2015-02-09, 21:02
MVC Support - by woronczak - 2015-03-12, 05:28
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - by Milhouse - 2015-03-26, 01:40
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112