• 1 Post
  • 55 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle





  • Lots of good advice already, but there’s two things I’d add:

    1. If you can’t find a place to test different keyboards you could also get a switch sampler first. They’re relatively inexpensive, at least compared to getting a keyboard you don’t end up liking. You don’t need one with lots of keys or with multiple brands, as long it contains the major types (Clicky, Tactile, Linear) and has some variation in actuation force. Worst case, you end up with a new fidget toy.
    2. You don’t necessarily need VIA, just QMK. There’s the online QMK configurator, which allows you to configure your keyboard, download it as custom firmware and flash it. If you have some experience as a developer you can also just grab the QMK firmware and customize it that way. QMK offers excellent tooling and tutorials that makes this incredibly easy, particularly on Linux. I’d recommend checking this out even before deciding on a specific keyboard model.














  • Since the end goal is to post a video to YouTube, you will have to create a video file. Personally I would probably just be lazy and upload the large file, since YouTube is going to reconvert the video anyway.

    That said, to optimize the file you need to know how videos work, specifically key frames. Speaking generally, when a video gets encoded, it doesn’t add the whole image for each frame. Instead, it only does that when the current frame is a key frame, and then only stores the difference to the previous frame for every regular frame. There’s a lot of different strategies when placing keyframes, like every X seconds, when the scene changes, or both. This is usually you can change somewhere in the encoding settings of the application you’re using. You will need to use a codec/format that supports interframe compression though, so avoid AVI and MJPEG.

    So the TL;DR is: Try to decrease the amount of key frames as much as possible, maybe even down to only one if possible.