@maddy There’s also the CORE_PERF_LIMIT_REASONS (0x690) MSR that could help with figuring out why it’s throttling. I wrote this program to parse the output: https://paste.sr.ht/~noisytoot/394b22d4dbd10deb4d4df6e611bf79f6b159263f. It’s based on the datasheet for Haswell though, so things might’ve changed since then (you can check the datasheet for your CPU to see if it’s still the same)
Welcome Kori to the World! Kori is KDE's non-binary⚧️ pet dragon and they'll be presiding over KDE's 30th anniversary celebrations throughout 🏳️🌈Pride Month🏳️⚧️.
thunderstorms are fun to watch
for some reason I couldn’t hear any thunder
video cut, slowed down (from 30 FPS to 15 FPS), and transcoded from H.265 to AV1 using ffmpeg:
ffmpeg -i lightning.mp4 -ss 00:40 -to 00:43 -map 0:v -c:v copy -bsf:v hevc_mp4toannexb lightning-raw.h265
ffmpeg -fflags +genpts -r 15 -i lightning-raw.h265 -c:v copy lightning-cut.mp4
ffmpeg -i lightning-cut.mp4 -c:v libsvtav1 lightning-cut.webm